mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
pkgs: update license metadata
`lib.licenses.gpl3` and company are deprecated so we'll update them for future-proofing.
This commit is contained in:
parent
bc435c604b
commit
c2904c6aa4
@ -16,6 +16,6 @@ python3Packages.buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Compiles Blueprint to GTK XML";
|
description = "Compiles Blueprint to GTK XML";
|
||||||
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
|
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/hardpixel/devdocs-desktop";
|
homepage = "https://github.com/hardpixel/devdocs-desktop";
|
||||||
description = "Desktop application for browsing Devdocs";
|
description = "Desktop application for browsing Devdocs";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Store your color palettes in an easy way";
|
description = "Store your color palettes in an easy way";
|
||||||
homepage = "https://github.com/lainsce/emulsion";
|
homepage = "https://github.com/lainsce/emulsion";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Desktop app for managing GNOME shell extensions";
|
description = "Desktop app for managing GNOME shell extensions";
|
||||||
homepage = "https://github.com/mjakeman/extension-manager";
|
homepage = "https://github.com/mjakeman/extension-manager";
|
||||||
|
license = licenses.gpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for a declarative approach for configuration";
|
description = "Library for a declarative approach for configuration";
|
||||||
homepage = "https://gitlab.com/a-sassmannshausen/guile-config";
|
homepage = "https://gitlab.com/a-sassmannshausen/guile-config";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line application for managing Guile projects";
|
description = "Command-line application for managing Guile projects";
|
||||||
homepage = "https://gitlab.com/a-sassmannshausen/guile-hall";
|
homepage = "https://gitlab.com/a-sassmannshausen/guile-hall";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
mainProgram = "hall";
|
mainProgram = "hall";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/sonnyp/Junction";
|
homepage = "https://github.com/sonnyp/Junction";
|
||||||
description = "Application chooser";
|
description = "Application chooser";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
mainProgram = "re.sonny.Junction";
|
mainProgram = "re.sonny.Junction";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
|
|||||||
description =
|
description =
|
||||||
"PDF viewer designed for reading research papers and technical books";
|
"PDF viewer designed for reading research papers and technical books";
|
||||||
homepage = "https://sioyek.info";
|
homepage = "https://sioyek.info";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user