Skip to content

Commit 9483e2e

Browse files
authored
diffpdf: fix homepage path typo in meta (#360099)
2 parents 1487719 + 179f72e commit 9483e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/misc/diffpdf/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mkDerivation rec {
4949
'';
5050

5151
meta = {
52-
homepage = "http://www.qtrac.eu/diffpdfc.html";
52+
homepage = "http://www.qtrac.eu/diffpdf.html";
5353
description = "Tool for diffing pdf files visually or textually";
5454
mainProgram = "diffpdf";
5555
license = lib.licenses.gpl2Plus;

0 commit comments

Comments
 (0)