par: add license

wip/yesman
Benjamin Hipple 6 years ago
parent 87a089bacc
commit d78da463c5
  1. 6
      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;
};
}

Loading…
Cancel
Save