Merge pull request #187227 from viraptor/zellij-changelog

zellij: fix changelog location
This commit is contained in:
Sebastián Mancilla
2022-08-18 11:22:06 -04:00
committed by GitHub
+1 -1
View File
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A terminal workspace with batteries included";
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 ];
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
};