wl-clipboard: update license

wip/yesman
AndersonTorres 3 years ago
parent f529ec396f
commit baa7309582
  1. 3
      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?

Loading…
Cancel
Save