Merge pull request #20680 from evfool/master

gnome-calculator: update license to gpl3
This commit is contained in:
Jascha Geerds 2016-11-24 12:26:41 +01:00 committed by GitHub
commit 531bd1f7da
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};
}

View File

@ -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;
};
}