mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
pkgs: update metadata
This commit is contained in:
parent
45256e5bac
commit
bc435c604b
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user