about summary refs log tree commit diff
path: root/pkgs/games/instead
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-07-03 12:37:36 +0300
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-07-03 12:46:48 +0300
commite1f68ae7ccca2c2ce866b472ebebf7192a131280 (patch)
tree92fa5c4d8e8752c84021b999cd2db0ea3f9e8c34 /pkgs/games/instead
parent4c2e57d0362c6774513bd19423ee8a6fb967ae41 (diff)
pkgs/games: remove licenses.gpl2
Diffstat (limited to 'pkgs/games/instead')
-rw-r--r--pkgs/games/instead/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/instead/default.nix b/pkgs/games/instead/default.nix
index cafdd2b84f0d7..9a68983dc2041 100644
--- a/pkgs/games/instead/default.nix
+++ b/pkgs/games/instead/default.nix
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Simple text adventure interpreter for Unix and Windows";
     homepage = "https://instead.syscall.ru/";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.mit;
     platforms = with lib.platforms; linux;
     maintainers = with maintainers; [ pSub ];
   };