Commit be5f1347 authored by Tobias Pflug's avatar Tobias Pflug
Browse files

Remove 'gilligan' as maintainer

parent f7ae5ead
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7354,12 +7354,6 @@
    githubId = 104317939;
    name = "gilice";
  };
  gilligan = {
    email = "tobias.pflug@gmail.com";
    github = "gilligan";
    githubId = 27668;
    name = "Tobias Pflug";
  };
  gin66 = {
    email = "jochen@kiemes.de";
    github = "gin66";
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ stdenv.mkDerivation {
    homepage = "https://github.com/davidbrazdil/volnoti";
    license = licenses.gpl3;
    platforms = platforms.linux;
    maintainers = [ maintainers.gilligan ];
    maintainers = [];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "hydra-cli";
    homepage = "https://github.com/nlewo/hydra-cli";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ gilligan lewo ];
    maintainers = with maintainers; [ lewo ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ let
      homepage = "https://nodejs.org";
      changelog = "https://github.com/nodejs/node/releases/tag/v${version}";
      license = licenses.mit;
      maintainers = with maintainers; [ goibhniu gilligan cko ];
      maintainers = with maintainers; [ goibhniu cko ];
      platforms = platforms.linux ++ platforms.darwin;
      mainProgram = "node";
      knownVulnerabilities = optional (versionOlder version "18") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";