about summary refs log tree commit diff
path: root/pkgs/games
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
parentd3991bc5be2ff874a799c3f4b436b82ead09dab1 (diff)
maintainers: remove bjg
does not seem to have contributed since nixpkgs migrated to git
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/egoboo/default.nix2
-rw-r--r--pkgs/games/freedink/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/egoboo/default.nix b/pkgs/games/egoboo/default.nix
index 4023eccec4414..32678ecdf093c 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;
   };
 }
diff --git a/pkgs/games/freedink/default.nix b/pkgs/games/freedink/default.nix
index 75c50669421d8..b48d7e52cf394 100644
--- a/pkgs/games/freedink/default.nix
+++ b/pkgs/games/freedink/default.nix
@@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
     homepage = "https://www.gnu.org/software/freedink/"; # Formerly http://www.freedink.org
     license = lib.licenses.gpl3Plus;
 
-    maintainers = [ lib.maintainers.bjg ];
+    maintainers = [ ];
     platforms = lib.platforms.all;
     hydraPlatforms = lib.platforms.linux; # sdl-config times out on darwin
   };