summaryrefslogtreecommitdiffstats
path: root/pkgs/games/egoboo
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 02:10:30 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:55:00 +0200
commit466b14712f467c962c4c2d89c9c96fc0b9ca0e3c (patch)
tree82d9bad8f8592f9a5cbfc2f8b091d883514bd200 /pkgs/games/egoboo
parentd3991bc5be2ff874a799c3f4b436b82ead09dab1 (diff)
maintainers: remove bjg
does not seem to have contributed since nixpkgs migrated to git
Diffstat (limited to 'pkgs/games/egoboo')
-rw-r--r--pkgs/games/egoboo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/egoboo/default.nix b/pkgs/games/egoboo/default.nix
index 4023eccec441..32678ecdf093 100644
--- a/pkgs/games/egoboo/default.nix
+++ b/pkgs/games/egoboo/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
# I take it out of hydra as it does not work as well as I'd like
- # maintainers = [ lib.maintainers.bjg ];
+ # maintainers = [ ];
# platforms = lib.platforms.all;
};
}