nilfs-utils: add licenses
This commit is contained in:
parent
d3485885b2
commit
aae4e1ddc2
@ -46,14 +46,11 @@ stdenv.mkDerivation rec {
|
|||||||
find . -name .libs | xargs rm -rf
|
find . -name .libs | xargs rm -rf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "NILFS utilities";
|
description = "NILFS utilities";
|
||||||
maintainers = with stdenv.lib.maintainers;
|
maintainers = [ maintainers.raskin ];
|
||||||
[
|
platforms = platforms.linux;
|
||||||
raskin
|
license = with licenses; [ gpl2 lgpl21 ];
|
||||||
];
|
|
||||||
platforms = with stdenv.lib.platforms;
|
|
||||||
linux;
|
|
||||||
downloadPage = "http://nilfs.sourceforge.net/en/download.html";
|
downloadPage = "http://nilfs.sourceforge.net/en/download.html";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user