Unverified Commit cf8cc120 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #307470 from 9ary/farewell

maintainers: remove novenary
parents 132f7c8e fb054241
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };