sshfs-fuse: add license
This commit is contained in:
parent
31d2f03fb9
commit
4622596d63
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user