about summary refs log tree commit diff
path: root/pkgs/applications/editors/your-editor
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-12-08 20:55:14 -0500
committerGitHub <noreply@github.com>2021-12-08 20:55:14 -0500
commitc8f0e7f79f357f240e6b66ea95902ee589bb1ddc (patch)
tree79a529b3137893f1162c6cf9c02d042439710fe0 /pkgs/applications/editors/your-editor
parente810c7f544d1c40166038639e98ae2172e58ee0d (diff)
your-editor: update changelog
Diffstat (limited to 'pkgs/applications/editors/your-editor')
-rw-r--r--pkgs/applications/editors/your-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];