From c8f0e7f79f357f240e6b66ea95902ee589bb1ddc Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 8 Dec 2021 20:55:14 -0500 Subject: your-editor: update changelog --- pkgs/applications/editors/your-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/your-editor/default.nix') diff --git a/pkgs/applications/editors/your-editor/default.nix b/pkgs/applications/editors/your-editor/default.nix index a867ece7e786c..4fd6ca0ad8640 100644 --- a/pkgs/applications/editors/your-editor/default.nix +++ b/pkgs/applications/editors/your-editor/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture"; homepage = "https://your-editor.org/"; - changelog = "https://github.com/your-editor/yed/blob/1303/CHANGELOG.md"; + changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md"; license = with licenses; [ mit ]; platforms = platforms.unix; maintainers = with maintainers; [ uniquepointer ]; -- cgit 1.4.1