pkgs: update license metadata

`lib.licenses.gpl3` and company are deprecated so we'll update them for
future-proofing.
This commit is contained in:
Gabriel Arazas 2022-03-27 11:49:26 +08:00
parent bc435c604b
commit c2904c6aa4
8 changed files with 8 additions and 7 deletions

View File

@ -16,6 +16,6 @@ python3Packages.buildPythonPackage rec {
meta = with lib; {
description = "Compiles Blueprint to GTK XML";
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
license = licenses.gpl3;
license = licenses.lgpl3Only;
};
}

View File

@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/hardpixel/devdocs-desktop";
description = "Desktop application for browsing Devdocs";
license = licenses.gpl3;
license = licenses.gpl3Only;
platforms = platforms.linux;
};
}

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Store your color palettes in an easy way";
homepage = "https://github.com/lainsce/emulsion";
license = licenses.gpl3;
license = licenses.gpl3Only;
};
}

View File

@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Desktop app for managing GNOME shell extensions";
homepage = "https://github.com/mjakeman/extension-manager";
license = licenses.gpl3Only;
};
}

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Library for a declarative approach for configuration";
homepage = "https://gitlab.com/a-sassmannshausen/guile-config";
license = licenses.gpl3;
license = licenses.gpl3Only;
};
}

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Command-line application for managing Guile projects";
homepage = "https://gitlab.com/a-sassmannshausen/guile-hall";
license = licenses.gpl3;
license = licenses.gpl3Only;
mainProgram = "hall";
};
}

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/sonnyp/Junction";
description = "Application chooser";
license = licenses.gpl3;
license = licenses.gpl3Only;
mainProgram = "re.sonny.Junction";
};
}

View File

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
description =
"PDF viewer designed for reading research papers and technical books";
homepage = "https://sioyek.info";
license = licenses.gpl3;
license = licenses.gpl3Only;
};
}