summary refs log tree commit diff
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-11-26 00:18:15 +0100
committerGitHub <noreply@github.com>2016-11-26 00:18:15 +0100
commitc6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9 (patch)
treef0c5ad5c947d744ed8303f8d3617dcbef2398b11
parent8a424e3fbd30b54d73b91fa8841ac82d2af75a9a (diff)
parent4642c338e1dd2bf5727a1fdfb1b78e10cb98fcdb (diff)
downloadnixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar.gz
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar.bz2
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar.lz
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar.xz
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.tar.zst
nixlib-c6caa45d4fff7dc20d1dc1a2eb67e8370d92cab9.zip
Merge pull request #20707 from evfool/master
gnome-mines: update license to GPLv3
-rw-r--r--pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix b/pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix
index 0b670ec9f65b..c55650e705a9 100644
--- a/pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix
+++ b/pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     homepage = https://wiki.gnome.org/Apps/Mines;
     description = "Clear hidden mines from a minefield";
     maintainers = gnome3.maintainers;
-    license = licenses.gpl2;
+    license = licenses.gpl3;
     platforms = platforms.linux;
   };
 }