mdcat: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-01-16 15:38:53 +01:00
committed by GitHub
parent b5ccd620cc
commit d6c1cdcc30
+1
View File
@@ -56,6 +56,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "cat for markdown";
homepage = "https://github.com/swsnr/mdcat";
changelog = "https://github.com/swsnr/mdcat/releases/tag/mdcat-${version}";
license = with licenses; [ mpl20 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};