Skip to content

Commit fae1e6d

Browse files
author
vigress8
committed
maintainers: remove vigress8
1 parent 0f56e32 commit fae1e6d

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21025,12 +21025,6 @@
2102521025
githubId = 5837359;
2102621026
name = "Adrian Pistol";
2102721027
};
21028-
vigress8 = {
21029-
email = "[email protected]";
21030-
github = "vigress8";
21031-
githubId = 150687949;
21032-
name = "Vigress";
21033-
};
2103421028
vikanezrimaya = {
2103521029
email = "[email protected]";
2103621030
github = "vikanezrimaya";

pkgs/by-name/as/aseprite/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ clangStdenv.mkDerivation (finalAttrs: {
164164
'';
165165
maintainers = with lib.maintainers; [
166166
orivej
167-
vigress8
168167
];
169168
platforms = lib.platforms.linux;
170169
};

pkgs/by-name/pe/pegtl/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
3333
for creating parsers according to a Parsing Expression Grammar (PEG).
3434
'';
3535
license = lib.licenses.boost;
36-
maintainers = with lib.maintainers; [ vigress8 ];
36+
maintainers = with lib.maintainers; [ ];
3737
platforms = lib.platforms.all;
3838
};
3939
})

0 commit comments

Comments
 (0)