git: fix meta.changelog link

This commit is contained in:
Alexander Bantyev
2026-04-27 22:55:29 +02:00
parent dfd20bc0ef
commit ce2358fd36
+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