mmake: fix description
This commit is contained in:
parent
f3d9353a75
commit
e72ef5780d
@ -17,7 +17,13 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/tj/mmake;
|
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;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.gabesoft ];
|
maintainers = [ maintainers.gabesoft ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user