mmake: fix description

Changed files
+7 -1
pkgs
tools
misc
mmake
+7 -1
pkgs/tools/misc/mmake/default.nix
···
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 ];