Remove 'gilligan' as maintainer

This commit is contained in:
Tobias Pflug 2024-04-28 20:53:01 +02:00
parent f7ae5ead09
commit be5f1347c7
4 changed files with 3 additions and 9 deletions

View File

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

View File

@ -33,6 +33,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/davidbrazdil/volnoti";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.gilligan ];
maintainers = [];
};
}

View File

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

View File

@ -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/.";