Merge pull request #307470 from 9ary/farewell

maintainers: remove novenary
This commit is contained in:
Aleksana 2024-04-28 22:22:29 +08:00 committed by GitHub
commit cf8cc1201b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -14628,12 +14628,6 @@
githubId = 126072875;
name = "nova madeline";
};
novenary = {
email = "streetwalkermc@gmail.com";
github = "9ary";
githubId = 1155030;
name = "novenary";
};
novoxd = {
email = "radnovox@gmail.com";
github = "novoxd";

View File

@ -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";
};
}

View File

@ -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";
};