mdcat: add changelog to meta
This commit is contained in:
parent
b5ccd620cc
commit
d6c1cdcc30
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user