pkgs/pantheon: update meta.license
Based on project_license from appdata.
This commit is contained in:
parent
47691ae272
commit
0991408d6f
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Screenshot tool designed for elementary OS";
|
description = "Screenshot tool designed for elementary OS";
|
||||||
homepage = "https://github.com/elementary/screenshot";
|
homepage = "https://github.com/elementary/screenshot";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = teams.pantheon.members;
|
maintainers = teams.pantheon.members;
|
||||||
mainProgram = "io.elementary.screenshot";
|
mainProgram = "io.elementary.screenshot";
|
||||||
|
|
|
@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||||
smart copy/paste, and little to no configuration.
|
smart copy/paste, and little to no configuration.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/elementary/terminal";
|
homepage = "https://github.com/elementary/terminal";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = teams.pantheon.members;
|
maintainers = teams.pantheon.members;
|
||||||
mainProgram = "io.elementary.terminal";
|
mainProgram = "io.elementary.terminal";
|
||||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GTK theme designed to be smooth, attractive, fast, and usable";
|
description = "GTK theme designed to be smooth, attractive, fast, and usable";
|
||||||
homepage = "https://github.com/elementary/stylesheet";
|
homepage = "https://github.com/elementary/stylesheet";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = teams.pantheon.members;
|
maintainers = teams.pantheon.members;
|
||||||
};
|
};
|
||||||
|
|
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||||
An original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon.
|
An original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/elementary/icons";
|
homepage = "https://github.com/elementary/icons";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = teams.pantheon.members;
|
maintainers = teams.pantheon.members;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue