mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
maintainers: remove novenary
This only orphans one package for which I am the upstream, and which is
unlikely to change often.
Maybe someone who enjoys the taste of boot more than I do can adopt it.
🥰
This commit is contained in:
parent
3b61d595b1
commit
fb05424145
3 changed files with 2 additions and 8 deletions
|
@ -14633,12 +14633,6 @@
|
|||
githubId = 126072875;
|
||||
name = "nova madeline";
|
||||
};
|
||||
novenary = {
|
||||
email = "streetwalkermc@gmail.com";
|
||||
github = "9ary";
|
||||
githubId = 1155030;
|
||||
name = "novenary";
|
||||
};
|
||||
novoxd = {
|
||||
email = "radnovox@gmail.com";
|
||||
github = "novoxd";
|
||||
|
|
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Simple Git prompt";
|
||||
homepage = "https://github.com/9ary/gitprompt-rs";
|
||||
license = with licenses; [ mpl20 ];
|
||||
maintainers = with maintainers; [ novenary ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "gitprompt-rs";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Minimal X screenshot utility";
|
||||
homepage = "https://github.com/neXromancers/shotgun";
|
||||
license = with licenses; [ mpl20 ];
|
||||
maintainers = with maintainers; [ figsoda lumi novenary ];
|
||||
maintainers = with maintainers; [ figsoda lumi ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "shotgun";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue