Commit dc3f12e4 authored by Thomas Singer's avatar Thomas Singer
Browse files

smartgit: fix changelog link

parent 3dfe0208
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
      Command line Git is required.
    '';
    homepage = "https://www.syntevo.com/smartgit/";
    changelog = "https://www.syntevo.com/smartgit/changelog.txt";
    changelog = "https://www.syntevo.com/smartgit/changelog-${lib.versions.majorMinor finalAttrs.version}.txt";
    license = lib.licenses.unfree;
    mainProgram = "smartgit";
    platforms = lib.platforms.linux;