summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/par
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2018-10-09 21:35:12 -0400
committerBenjamin Hipple <bhipple@protonmail.com>2018-10-09 21:35:12 -0400
commitd78da463c52cf54fa6d24a0cb4860538b124f962 (patch)
tree58bfe303af00d0b96c643a7565c11da8d874fc0b /pkgs/tools/text/par
parent87a089bacc358d7d8c788105090d34c5cbb50bde (diff)
par: add license
Diffstat (limited to 'pkgs/tools/text/par')
-rw-r--r--pkgs/tools/text/par/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/text/par/default.nix b/pkgs/tools/text/par/default.nix
index c7a686201b0d..5f9ca5212d30 100644
--- a/pkgs/tools/text/par/default.nix
+++ b/pkgs/tools/text/par/default.nix
@@ -28,9 +28,11 @@ stdenv.mkDerivation {
'';
- meta = {
+ meta = with stdenv.lib; {
homepage = http://www.nicemice.net/par/;
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;
};
}