about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:58:24 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commitff2925fe6be230f18c0a7176579797ad0ea4f838 (patch)
tree1e4d2e66398e5346c1688186a3769ccf40507cd2 /pkgs/games
parent91b724c66d81daa60e6e07a285cedcf47d3bd946 (diff)
maintainers: remove piotr
has not contributed since nixpkgs migrated to git
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/crack-attack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/crack-attack/default.nix b/pkgs/games/crack-attack/default.nix
index fb13ce8c16388..69395e1c44aab 100644
--- a/pkgs/games/crack-attack/default.nix
+++ b/pkgs/games/crack-attack/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
     homepage = "https://www.nongnu.org/crack-attack/";
     license = lib.licenses.gpl2;
     platforms = lib.platforms.linux;
-    maintainers = [ lib.maintainers.piotr ];
+    maintainers = [ ];
   };
 }