sshfs-fuse: add license

This commit is contained in:
Markus Kowalewski
2018-08-11 14:33:17 +02:00
parent 31d2f03fb9
commit 4622596d63

View File

@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ primeos ];
};
}