Merge pull request #93130 from cmacrae/spacebar/move_owner

spacebar: 0.5.0 -> 1.1.0
This commit is contained in:
Vladyslav M 2020-07-18 09:39:29 +03:00 committed by GitHub
commit effb57d395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "spacebar"; pname = "spacebar";
version = "0.5.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "somdoron"; owner = "cmacrae";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0v8v4xsc67qpzm859r93ggq7rr7hmaj6dahdlg6g3ppj81cq0khz"; sha256 = "0w0mkf4kb21aicb85zbp3m6nvk6m5306mchbd5nm988kgirmxnl4";
}; };
buildInputs = [ Carbon Cocoa ScriptingBridge ]; buildInputs = [ Carbon Cocoa ScriptingBridge ];
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A status bar for yabai tiling window management"; description = "A minimal status bar for macOS";
homepage = "https://github.com/somdoron/spacebar"; homepage = "https://github.com/cmacrae/spacebar";
platforms = platforms.darwin; platforms = platforms.darwin;
maintainers = [ maintainers.cmacrae ]; maintainers = [ maintainers.cmacrae ];
license = licenses.mit; license = licenses.mit;