mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #307544 from gilligan/remove-gilligan
This commit is contained in:
commit
d9fd2b2c31
4 changed files with 3 additions and 9 deletions
|
@ -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";
|
||||
|
|
|
@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/davidbrazdil/volnoti";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.gilligan ];
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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/.";
|
||||
|
|
Loading…
Reference in a new issue