cadaver: change to platform.unix and specify licence (gpl2)

This commit is contained in:
Ian-Woo Kim 2014-07-31 13:51:31 +02:00
parent ea43305368
commit 676daf6529

View File

@ -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;
};
}