Merge pull request #20680 from evfool/master
gnome-calculator: update license to gpl3
This commit is contained in:
commit
531bd1f7da
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://wiki.gnome.org/action/show/Apps/Calculator;
|
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";
|
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://wiki.gnome.org/action/show/Apps/Calculator;
|
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";
|
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user