Merge pull request #323964 from vigress8/absolute-buffoonery

maintainers: remove vigress8
This commit is contained in:
éclairevoyant 2024-07-02 08:31:24 +00:00 committed by GitHub
commit e689d11166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 8 deletions

View File

@ -21025,12 +21025,6 @@
githubId = 5837359;
name = "Adrian Pistol";
};
vigress8 = {
email = "vig@disroot.org";
github = "vigress8";
githubId = 150687949;
name = "Vigress";
};
vikanezrimaya = {
email = "vika@fireburn.ru";
github = "vikanezrimaya";

View File

@ -164,7 +164,6 @@ clangStdenv.mkDerivation (finalAttrs: {
'';
maintainers = with lib.maintainers; [
orivej
vigress8
];
platforms = lib.platforms.linux;
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
for creating parsers according to a Parsing Expression Grammar (PEG).
'';
license = lib.licenses.boost;
maintainers = with lib.maintainers; [ vigress8 ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
};
})