From 466b14712f467c962c4c2d89c9c96fc0b9ca0e3c Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 23 Jun 2022 02:10:30 +0200 Subject: maintainers: remove bjg does not seem to have contributed since nixpkgs migrated to git --- pkgs/games/egoboo/default.nix | 2 +- pkgs/games/freedink/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games') 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 }; -- cgit 1.4.1