fuse: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 00:47:52 +02:00
parent 84d13849df
commit da7a32ef17
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -72,6 +72,7 @@ in stdenv.mkDerivation rec {
inherit (src.meta) homepage;
description = "Kernel module and library that allows filesystems to be implemented in user space";
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl21 ];
maintainers = [ maintainers.primeos ];
};
}