maintainers: remove alva (#322371)

* remove myself from maintainer-list.nix

* remove myself from oils-for-unix package

* remove myself from oil package
This commit is contained in:
illfygli 2024-06-25 16:00:55 +02:00 committed by GitHub
parent 6842e01f13
commit ead3b767e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 9 deletions

View File

@ -1048,13 +1048,6 @@
githubId = 169249;
name = "Alex Brandt";
};
alva = {
email = "alva@skogen.is";
github = "illfygli";
githubId = 42881386;
name = "Alva";
keys = [ { fingerprint = "B422 CFB1 C9EF 73F7 E1E2 698D F53E 3233 42F7 A6D3A"; } ];
};
alxsimon = {
email = "alexis.simon@normalesup.org";
github = "alxsimon";

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ alva melkor333 ];
maintainers = with lib.maintainers; [ melkor333 ];
changelog = "https://www.oilshell.org/release/${version}/changelog.html";
};

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ alva mkg20001 melkor333 ];
maintainers = with lib.maintainers; [ mkg20001 melkor333 ];
changelog = "https://www.oilshell.org/release/${version}/changelog.html";
};