From bc435c604b8dc38341ebb72f181ba890aba18695 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 27 Mar 2022 11:29:42 +0800 Subject: [PATCH] pkgs: update metadata --- pkgs/gnome-shell-extension-pop-shell.nix | 2 +- pkgs/pop-launcher-plugin-duckduckgo-bangs.nix | 2 +- pkgs/wayback.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/gnome-shell-extension-pop-shell.nix b/pkgs/gnome-shell-extension-pop-shell.nix index 333329eb..0ed7bc51 100644 --- a/pkgs/gnome-shell-extension-pop-shell.nix +++ b/pkgs/gnome-shell-extension-pop-shell.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A keyboard-driven layer for GNOME shell"; - license = licenses.gpl3; + license = licenses.gpl3Only; homepage = "https://github.com/pop-os/shell"; platforms = platforms.linux; }; diff --git a/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix b/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix index 0591c5a7..38d7da10 100644 --- a/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix +++ b/pkgs/pop-launcher-plugin-duckduckgo-bangs.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { description = "Pop launcher for searching with Duckduckgo bangs"; homepage = "https://github.com/foo-dogsquared/pop-launcher-plugin-duckduckgo-bangs"; - license = licenses.gpl3; + license = licenses.gpl3Only; }; } diff --git a/pkgs/wayback.nix b/pkgs/wayback.nix index 77a58b2d..32c869a0 100644 --- a/pkgs/wayback.nix +++ b/pkgs/wayback.nix @@ -17,6 +17,6 @@ buildGoModule rec { meta = with lib; { description = "Self-hosted toolkit for archiving webpages to the Internet Archive"; homepage = "https://wabarc.eu.org/"; - license = licenses.gpl3; + license = licenses.gpl3Only; }; }