about summary refs log tree commit diff
path: root/pkgs/tools/misc/mmake
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-16 22:08:25 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-16 22:08:25 +0200
commite72ef5780de878757a2d88deac72e90155d24efd (patch)
tree4672bc724c7127af26d686bae381c157dcbe1be7 /pkgs/tools/misc/mmake
parentf3d9353a757680294b8fdaa9a85af859e64c00ee (diff)
downloadnixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar.gz
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar.bz2
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar.lz
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar.xz
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.tar.zst
nixlib-e72ef5780de878757a2d88deac72e90155d24efd.zip
mmake: fix description
Diffstat (limited to 'pkgs/tools/misc/mmake')
-rw-r--r--pkgs/tools/misc/mmake/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mmake/default.nix b/pkgs/tools/misc/mmake/default.nix
index ce8ad76ba829..c6f9f4749b34 100644
--- a/pkgs/tools/misc/mmake/default.nix
+++ b/pkgs/tools/misc/mmake/default.nix
@@ -17,7 +17,13 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     homepage = https://github.com/tj/mmake;
-    description = "Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.";
+    description = "A small program  which wraps make to provide additional functionality";
+    longDescription = ''
+      Mmake is a small program  which wraps make to provide additional
+      functionality,  such   as  user-friendly  help   output,  remote
+      includes,  and   eventually  more.   It  otherwise  acts   as  a
+      pass-through to standard make.
+      '';
     license = licenses.mit;
     platforms = platforms.all;
     maintainers = [ maintainers.gabesoft ];