par: add license
This commit is contained in:
parent
87a089bacc
commit
d78da463c5
@ -28,9 +28,11 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nicemice.net/par/;
|
homepage = http://www.nicemice.net/par/;
|
||||||
description = "Paragraph reflow for email";
|
description = "Paragraph reflow for email";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# See https://fedoraproject.org/wiki/Licensing/Par for license details
|
||||||
|
license = licenses.free;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user