cmark: update meta

This commit is contained in:
Mario Rodas 2023-01-29 09:15:00 +00:00
parent 400949d5de
commit 0d95c09a00

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.30.3";
src = fetchFromGitHub {
owner = "jgm";
owner = "commonmark";
repo = pname;
rev = version;
sha256 = "sha256-/7TzaZYP8lndkfRPgCpBbazUBytVLXxqWHYktIsGox0=";
@ -29,9 +29,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
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 ];
platforms = platforms.unix;
platforms = platforms.all;
license = licenses.bsd2;
};
}