mergiraf: fix changelog url

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-02-06 21:14:00 -05:00
parent 9eb6826226
commit 43bfbb5a75
+1 -1
View File
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Syntax-aware git merge driver for a growing collection of programming languages and file formats";
homepage = "https://mergiraf.org/";
changelog = "https://codeberg.org/mergiraf/mergiraf/releases/v${version}";
changelog = "https://codeberg.org/mergiraf/mergiraf/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
zimbatm