zellij: fix changelog location
This commit is contained in:
parent
cf6b1a9efd
commit
d8666c0328
@ -59,7 +59,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A terminal workspace with batteries included";
|
description = "A terminal workspace with batteries included";
|
||||||
homepage = "https://zellij.dev/";
|
homepage = "https://zellij.dev/";
|
||||||
changelog = "https://github.com/zellij-org/zellij/blob/v${version}/Changelog.md";
|
changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
|
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user