From 55a280290d9016d252edbf1055b9283d8a653b1e Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Mon, 18 Jul 2022 22:47:58 +1000 Subject: [PATCH] sgtpuzzles: add tomfitzhenry@ as co-maintainer --- pkgs/games/sgt-puzzles/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix index 499e8385388c..7419b6810cb2 100644 --- a/pkgs/games/sgt-puzzles/default.nix +++ b/pkgs/games/sgt-puzzles/default.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Simon Tatham's portable puzzle collection"; license = licenses.mit; - maintainers = [ maintainers.raskin ]; + maintainers = with maintainers; [ raskin tomfitzhenry ]; platforms = platforms.linux; homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"; };