about summary refs log tree commit diff
path: root/pkgs/games/pysolfc
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-17 17:50:53 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 22:37:56 -0800
commit72f6df338d4518008aa0722467a33c5396785d88 (patch)
tree672c89019aa43346828227c40ae2bcc7917e92d6 /pkgs/games/pysolfc
parent9e8e0c78d7220ef912a4a3230180872732ec3ec2 (diff)
remove genesis maintainer
genesis has no longer access to github
Diffstat (limited to 'pkgs/games/pysolfc')
-rw-r--r--pkgs/games/pysolfc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pysolfc/default.nix b/pkgs/games/pysolfc/default.nix
index 5689edf4f4c4f..31dbe7f6bbcc5 100644
--- a/pkgs/games/pysolfc/default.nix
+++ b/pkgs/games/pysolfc/default.nix
@@ -43,6 +43,6 @@ buildPythonApplication rec {
     description = "A collection of more than 1000 solitaire card games";
     homepage = "https://pysolfc.sourceforge.io";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ kierdavis genesis ];
+    maintainers = with maintainers; [ kierdavis ];
   };
 }