gnome-calculator: update license to gpl3
This commit is contained in:
parent
c823eaec0a
commit
845f7daa68
|
@ -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