mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #187227 from viraptor/zellij-changelog
zellij: fix changelog location
This commit is contained in:
commit
aff408e702
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue