cmark: add license

This commit is contained in:
Markus Kowalewski 2018-09-30 11:22:23 +02:00
parent c964f4fc26
commit 796a2584d5
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jgm/cmark;
maintainers = [ maintainers.michelk ];
platforms = platforms.unix;
license = licenses.bsd2;
};
}