aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/sgt-puzzles
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/sgt-puzzles
parent9e8e0c78d7220ef912a4a3230180872732ec3ec2 (diff)
remove genesis maintainer
genesis has no longer access to github
Diffstat (limited to 'pkgs/games/sgt-puzzles')
-rw-r--r--pkgs/games/sgt-puzzles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix
index ba6a3601328f..4cac596282e2 100644
--- a/pkgs/games/sgt-puzzles/default.nix
+++ b/pkgs/games/sgt-puzzles/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Simon Tatham's portable puzzle collection";
license = licenses.mit;
- maintainers = [ maintainers.raskin maintainers.genesis ];
+ maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/";
};