curlftpfs: update meta data

This commit is contained in:
Markus Kowalewski 2018-09-07 22:17:34 +02:00
parent 735a7de051
commit 8060dadf69
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -11,7 +11,11 @@ stdenv.mkDerivation {
doCheck = false; # fails, doesn't work well too, btw
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
description = "Filesystem for accessing FTP hosts based on FUSE and libcurl";
homepage = http://curlftpfs.sourceforge.net;
license = licenses.gpl2;
platforms = platforms.linux;
};
}