Unverified Commit b7fff370 authored by Alexander Bantyev's avatar Alexander Bantyev Committed by GitHub
Browse files

git: fix meta.changelog link (#514190)

parents 01d60497 ce2358fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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