python310Packages.json-schema-for-humans: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-03 09:56:26 +01:00 committed by GitHub
parent 2bdd5b2b7b
commit 657de1e32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "coveooss";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-LsZPf5PVXPSyHNgfBdjH4hG4OFIdSprO5uj3saPDqzo=";
};
@ -70,6 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Quickly generate HTML documentation from a JSON schema";
homepage = "https://github.com/coveooss/json-schema-for-humans";
changelog = "https://github.com/coveooss/json-schema-for-humans/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ astro ];
};