aefs: add license
This commit is contained in:
parent
f120ee3c5d
commit
229a2332f6
@ -10,10 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ fuse ];
|
buildInputs = [ fuse ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.st.ewi.tudelft.nl/~dolstra/aefs/;
|
homepage = http://www.st.ewi.tudelft.nl/~dolstra/aefs/;
|
||||||
description = "A cryptographic filesystem implemented in userspace using FUSE";
|
description = "A cryptographic filesystem implemented in userspace using FUSE";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user