summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-02-16 17:24:46 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-02-16 17:24:46 -0300
commitbaa730958207ee7bcb5c87f8e3e0d5f15c96440b (patch)
treea96eb2d3ebe0abb31c74ec19ee374f27f2f03acb /pkgs/tools/wayland
parentf529ec396f71659e469e8a1a8fbee8dc3fdd1e7e (diff)
wl-clipboard: update license
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wl-clipboard/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/wl-clipboard/default.nix b/pkgs/tools/wayland/wl-clipboard/default.nix
index 0c94e98335f8..0bc195e96260 100644
--- a/pkgs/tools/wayland/wl-clipboard/default.nix
+++ b/pkgs/tools/wayland/wl-clipboard/default.nix
@@ -25,8 +25,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/bugaevc/wl-clipboard";
description = "Command-line copy/paste utilities for Wayland";
- license = licenses.gpl3;
+ license = licenses.gpl3Plus;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.linux;
};
}
+# TODO: is wayland-protocols a nativeBuildInput or a buildInput?