cmark: update meta
This commit is contained in:
parent
400949d5de
commit
0d95c09a00
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "0.30.3";
|
version = "0.30.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jgm";
|
owner = "commonmark";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-/7TzaZYP8lndkfRPgCpBbazUBytVLXxqWHYktIsGox0=";
|
sha256 = "sha256-/7TzaZYP8lndkfRPgCpBbazUBytVLXxqWHYktIsGox0=";
|
||||||
|
@ -29,9 +29,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CommonMark parsing and rendering library and program in C";
|
description = "CommonMark parsing and rendering library and program in C";
|
||||||
homepage = "https://github.com/jgm/cmark";
|
homepage = "https://github.com/commonmark/cmark";
|
||||||
|
changelog = "https://github.com/commonmark/cmark/raw/${version}/changelog.txt";
|
||||||
maintainers = [ maintainers.michelk ];
|
maintainers = [ maintainers.michelk ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.all;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue