pkgs: update metadata

This commit is contained in:
Gabriel Arazas 2022-03-27 11:29:42 +08:00
parent 45256e5bac
commit bc435c604b
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A keyboard-driven layer for GNOME shell"; description = "A keyboard-driven layer for GNOME shell";
license = licenses.gpl3; license = licenses.gpl3Only;
homepage = "https://github.com/pop-os/shell"; homepage = "https://github.com/pop-os/shell";
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Pop launcher for searching with Duckduckgo bangs"; description = "Pop launcher for searching with Duckduckgo bangs";
homepage = homepage =
"https://github.com/foo-dogsquared/pop-launcher-plugin-duckduckgo-bangs"; "https://github.com/foo-dogsquared/pop-launcher-plugin-duckduckgo-bangs";
license = licenses.gpl3; license = licenses.gpl3Only;
}; };
} }

View File

@ -17,6 +17,6 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Self-hosted toolkit for archiving webpages to the Internet Archive"; description = "Self-hosted toolkit for archiving webpages to the Internet Archive";
homepage = "https://wabarc.eu.org/"; homepage = "https://wabarc.eu.org/";
license = licenses.gpl3; license = licenses.gpl3Only;
}; };
} }