svgbob: add changelog to meta

This commit is contained in:
Mario Rodas
2023-04-15 04:20:00 +00:00
parent 440583bc81
commit 97515a5476
+1
View File
@@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Convert your ascii diagram scribbles into happy little SVG";
homepage = "https://github.com/ivanceras/svgbob";
changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
};