Merge pull request #307470 from 9ary/farewell

maintainers: remove novenary

authored by Aleksana and committed by GitHub cf8cc120 132f7c8e

+2 -8
-6
maintainers/maintainer-list.nix
··· 14628 githubId = 126072875; 14629 name = "nova madeline"; 14630 }; 14631 - novenary = { 14632 - email = "streetwalkermc@gmail.com"; 14633 - github = "9ary"; 14634 - githubId = 1155030; 14635 - name = "novenary"; 14636 - }; 14637 novoxd = { 14638 email = "radnovox@gmail.com"; 14639 github = "novoxd";
··· 14628 githubId = 126072875; 14629 name = "nova madeline"; 14630 }; 14631 novoxd = { 14632 email = "radnovox@gmail.com"; 14633 github = "novoxd";
+1 -1
pkgs/applications/version-management/gitprompt-rs/default.nix
··· 22 description = "Simple Git prompt"; 23 homepage = "https://github.com/9ary/gitprompt-rs"; 24 license = with licenses; [ mpl20 ]; 25 - maintainers = with maintainers; [ novenary ]; 26 mainProgram = "gitprompt-rs"; 27 }; 28 }
··· 22 description = "Simple Git prompt"; 23 homepage = "https://github.com/9ary/gitprompt-rs"; 24 license = with licenses; [ mpl20 ]; 25 + maintainers = with maintainers; [ ]; 26 mainProgram = "gitprompt-rs"; 27 }; 28 }
+1 -1
pkgs/tools/graphics/shotgun/default.nix
··· 17 description = "Minimal X screenshot utility"; 18 homepage = "https://github.com/neXromancers/shotgun"; 19 license = with licenses; [ mpl20 ]; 20 - maintainers = with maintainers; [ figsoda lumi novenary ]; 21 platforms = platforms.linux; 22 mainProgram = "shotgun"; 23 };
··· 17 description = "Minimal X screenshot utility"; 18 homepage = "https://github.com/neXromancers/shotgun"; 19 license = with licenses; [ mpl20 ]; 20 + maintainers = with maintainers; [ figsoda lumi ]; 21 platforms = platforms.linux; 22 mainProgram = "shotgun"; 23 };