cadaver: change to platform.unix and specify licence (gpl2)
This commit is contained in:
parent
ea43305368
commit
676daf6529
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A command-line WebDAV client for Unix";
|
description = "A command-line WebDAV client for Unix";
|
||||||
homepage = http://www.webdav.org/cadaver;
|
homepage = http://www.webdav.org/cadaver;
|
||||||
maintainers = with maintainers; [ ianwookim ];
|
maintainers = with maintainers; [ ianwookim ];
|
||||||
platforms = platforms.all;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user