about summary refs log tree commit diff
path: root/pkgs/games/linthesia/default.nix
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-07-11 18:14:44 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-07-11 18:15:12 -0400
commit9d6ad87ccd9056f59bcd5df6046d24330f3f6426 (patch)
treea798a6395277caa3ea99b2bdefe32f64438033fe /pkgs/games/linthesia/default.nix
parent563c856ea8a1fdcafb07e6372161be81f3782ba4 (diff)
linthesia: add ckie as maintainer
Per https://github.com/NixOS/nixpkgs/pull/239186#issuecomment-1615928290
Diffstat (limited to 'pkgs/games/linthesia/default.nix')
-rw-r--r--pkgs/games/linthesia/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/linthesia/default.nix b/pkgs/games/linthesia/default.nix
index c95d813875349..0fd252e7ba5d2 100644
--- a/pkgs/games/linthesia/default.nix
+++ b/pkgs/games/linthesia/default.nix
@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
     inherit (src.meta) homepage;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
+    maintainers = with maintainers; [ ckie ];
   };
 }