mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
treewide: remove lilyball
This commit is contained in:
parent
329d232802
commit
15196e1730
@ -205,7 +205,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Vim - the text editor - for macOS";
|
||||
homepage = "https://macvim.org/";
|
||||
license = licenses.vim;
|
||||
maintainers = with maintainers; [ lilyball ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.darwin;
|
||||
hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
|
||||
};
|
||||
|
@ -75,6 +75,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
mainProgram = "bat";
|
||||
maintainers = with maintainers; [ dywedir lilyball zowoq SuperSandro2000 ];
|
||||
maintainers = with maintainers; [ dywedir zowoq SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/peterheesterman/chit";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda lilyball ];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ bundlerApp {
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [
|
||||
peterromfeldhk
|
||||
lilyball
|
||||
];
|
||||
mainProgram = "pod";
|
||||
};
|
||||
|
@ -14,7 +14,6 @@ bundlerApp {
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [
|
||||
peterromfeldhk
|
||||
lilyball
|
||||
nicknovitski
|
||||
];
|
||||
};
|
||||
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/XAMPPRocky/tokei";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ gebner lilyball ];
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
mainProgram = "tokei";
|
||||
};
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ let
|
||||
description = "Bash scripts that integrate bat with various command line tools";
|
||||
homepage = "https://github.com/eth-p/bat-extras";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ bbigras lilyball ];
|
||||
maintainers = with maintainers; [ bbigras ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -86,7 +86,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://gitlab.com/timvisee/ffsend";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ lilyball equirosa ];
|
||||
maintainers = with maintainers; [ equirosa ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "ffsend";
|
||||
};
|
||||
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://chrisvest.github.io/xxv/";
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = with maintainers; [ lilyball ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "xxv";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user