pkgs/pantheon: update meta.license

Based on project_license from appdata.
main
Bobby Rong 2 years ago
parent 47691ae272
commit 0991408d6f
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 2
      pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
  2. 2
      pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
  3. 2
      pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
  4. 2
      pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Screenshot tool designed for elementary OS";
homepage = "https://github.com/elementary/screenshot";
license = licenses.lgpl3;
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = teams.pantheon.members;
mainProgram = "io.elementary.screenshot";

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
smart copy/paste, and little to no configuration.
'';
homepage = "https://github.com/elementary/terminal";
license = licenses.lgpl3;
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = teams.pantheon.members;
mainProgram = "io.elementary.terminal";

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GTK theme designed to be smooth, attractive, fast, and usable";
homepage = "https://github.com/elementary/stylesheet";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
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.
'';
homepage = "https://github.com/elementary/icons";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = teams.pantheon.members;
};

Loading…
Cancel
Save