pkgs/pantheon: update meta.license

Based on project_license from appdata.
This commit is contained in:
Bobby Rong 2022-01-30 10:46:17 +08:00
parent 47691ae272
commit 0991408d6f
No known key found for this signature in database
GPG key ID: ED07364437C91161
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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