summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-11-24 12:26:41 +0100
committerGitHub <noreply@github.com>2016-11-24 12:26:41 +0100
commit531bd1f7da3071a127cc2f1ff64dc3fa61c5ebf6 (patch)
tree4e782c28278da77f8b6cf2b5e7b3f6f027ce39a8
parent6f36a97b2bcdd5cb3b730731b78d54907856fb7b (diff)
parent845f7daa68c3223b9941d031a9f40eec44ebeda5 (diff)
Merge pull request #20680 from evfool/master
gnome-calculator: update license to gpl3
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix2
-rw-r--r--pkgs/desktops/gnome-3/3.22/core/gnome-calculator/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix b/pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix
index 23cdf41d5c0b..3df800f402d4 100644
--- a/pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/action/show/Apps/Calculator;
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = gnome3.maintainers;
- license = licenses.gpl2;
+ license = licenses.gpl3;
platforms = platforms.linux;
};
}
diff --git a/pkgs/desktops/gnome-3/3.22/core/gnome-calculator/default.nix b/pkgs/desktops/gnome-3/3.22/core/gnome-calculator/default.nix
index e1b81339e91e..0a177fbab31c 100644
--- a/pkgs/desktops/gnome-3/3.22/core/gnome-calculator/default.nix
+++ b/pkgs/desktops/gnome-3/3.22/core/gnome-calculator/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/action/show/Apps/Calculator;
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = gnome3.maintainers;
- license = licenses.gpl2;
+ license = licenses.gpl3;
platforms = platforms.linux;
};
}