Loading pkgs/by-name/gi/git-tools/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/MestreLion/git-tools/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/MestreLion/git-tools/releases/tag/${finalAttrs.src.tag}"; description = "Assorted git tools, including git-restore-mtime"; homepage = "https://github.com/MestreLion/git-tools"; license = lib.licenses.gpl3Only; Loading Loading
pkgs/by-name/gi/git-tools/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/MestreLion/git-tools/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/MestreLion/git-tools/releases/tag/${finalAttrs.src.tag}"; description = "Assorted git tools, including git-restore-mtime"; homepage = "https://github.com/MestreLion/git-tools"; license = lib.licenses.gpl3Only; Loading