about summary refs log tree commit diff
path: root/pkgs/games/freedink/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/freedink/default.nix')
-rw-r--r--pkgs/games/freedink/default.nix2
1 files changed, 1 insertions, 1 deletions
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
   };