git: fix meta.changelog link (#514190)

This commit is contained in:
Alexander Bantyev
2026-04-30 07:49:47 +00:00
committed by GitHub
+1 -1
View File
@@ -600,7 +600,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://git-scm.com/";
description = "Distributed version control system";
license = lib.licenses.gpl2;
changelog = "https://github.com/git/git/blob/v${version}/Documentation/RelNotes/${version}.txt";
changelog = "https://github.com/git/git/blob/v${version}/Documentation/RelNotes/${version}.adoc";
longDescription = ''
Git, a popular distributed version control system designed to