zed-editor: use version instead of tag for changelog link

This commit is contained in:
Niklas Korz
2024-12-27 23:01:13 +01:00
parent 86ca476983
commit 28b02ff6b0
+1 -1
View File
@@ -309,7 +309,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "High-performance, multiplayer code editor from the creators of Atom and Tree-sitter";
homepage = "https://zed.dev";
changelog = "https://github.com/zed-industries/zed/releases/tag/${src.tag}";
changelog = "https://github.com/zed-industries/zed/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
GaetanLepage