cmark: add license
This commit is contained in:
parent
c964f4fc26
commit
796a2584d5
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/jgm/cmark;
|
homepage = https://github.com/jgm/cmark;
|
||||||
maintainers = [ maintainers.michelk ];
|
maintainers = [ maintainers.michelk ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user