diff --git a/pkgs/tools/networking/cadaver/default.nix b/pkgs/tools/networking/cadaver/default.nix index 3fed3600b08..83073df0a98 100644 --- a/pkgs/tools/networking/cadaver/default.nix +++ b/pkgs/tools/networking/cadaver/default.nix @@ -12,6 +12,7 @@ stdenv.mkDerivation rec { description = "A command-line WebDAV client for Unix"; homepage = http://www.webdav.org/cadaver; maintainers = with maintainers; [ ianwookim ]; - platforms = platforms.all; + license = licenses.gpl2; + platforms = platforms.unix; }; }