summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-09 10:25:07 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-09 10:28:57 +0100
commit887295fd2d8c4da06acdaa185cbb3cc214d83285 (patch)
tree3f9c422c74f247bb33f31a96b8248575cc774ef8 /pkgs/games/dwarf-fortress
parentb1f802994e58657de2ea1ffc7dc57a830ecee17a (diff)
downloadnixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.gz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.bz2
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.lz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.xz
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.zst
nixpkgs-887295fd2d8c4da06acdaa185cbb3cc214d83285.zip
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
Diffstat (limited to 'pkgs/games/dwarf-fortress')
-rw-r--r--pkgs/games/dwarf-fortress/dwarf-therapist/default.nix2
-rw-r--r--pkgs/games/dwarf-fortress/game.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/dwarf-fortress/dwarf-therapist/default.nix b/pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
index 4485b3ae784..f5c093e1f16 100644
--- a/pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
+++ b/pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Tool to manage dwarves in a running game of Dwarf Fortress";
-    maintainers = with maintainers; [ the-kenny abbradar bendlas numinit jonringer ];
+    maintainers = with maintainers; [ abbradar bendlas numinit jonringer ];
     license = licenses.mit;
     platforms = platforms.unix;
     homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist";
diff --git a/pkgs/games/dwarf-fortress/game.nix b/pkgs/games/dwarf-fortress/game.nix
index 20fbd9fa18b..9200d01aa98 100644
--- a/pkgs/games/dwarf-fortress/game.nix
+++ b/pkgs/games/dwarf-fortress/game.nix
@@ -96,6 +96,6 @@ stdenv.mkDerivation {
     inherit homepage;
     license = licenses.unfreeRedistributable;
     platforms = attrNames platforms;
-    maintainers = with maintainers; [ a1russell robbinch roconnor the-kenny abbradar numinit shazow ];
+    maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ];
   };
 }