Merge pull request #187227 from viraptor/zellij-changelog

zellij: fix changelog location

authored by Sebastián Mancilla and committed by GitHub aff408e7 9eafe8c6

+1 -1
+1 -1
pkgs/tools/misc/zellij/default.nix
··· 59 meta = with lib; { 60 description = "A terminal workspace with batteries included"; 61 homepage = "https://zellij.dev/"; 62 - changelog = "https://github.com/zellij-org/zellij/blob/v${version}/Changelog.md"; 63 license = with licenses; [ mit ]; 64 maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ]; 65 };
··· 59 meta = with lib; { 60 description = "A terminal workspace with batteries included"; 61 homepage = "https://zellij.dev/"; 62 + changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md"; 63 license = with licenses; [ mit ]; 64 maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ]; 65 };