Unverified Commit 8f871be8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: remove nickgerace (including the "reindeer" package) (#484037)

parents 2b3a5a2b 4392ab3c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -18743,11 +18743,6 @@
    github = "NickCao";
    githubId = 15247171;
  };
  nickgerace = {
    name = "Nick Gerace";
    github = "nickgerace";
    githubId = 39320683;
  };
  nickhu = {
    email = "me@nickhu.co.uk";
    github = "NickHu";
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "reindeer";
    homepage = "https://github.com/facebookincubator/reindeer";
    license = with lib.licenses; [ mit ];
    maintainers = with lib.maintainers; [ nickgerace ];
    maintainers = [ ];
  };
}