From 69b393ace512f7d08e31ff2b02b015d39f49fcdf Mon Sep 17 00:00:00 2001 From: c0bw3b Date: Sun, 8 Dec 2019 17:50:31 +0100 Subject: Treewide: update some problematic homepages These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore --- pkgs/development/python-modules/diff-match-patch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/diff-match-patch') diff --git a/pkgs/development/python-modules/diff-match-patch/default.nix b/pkgs/development/python-modules/diff-match-patch/default.nix index 5887575f195e..ba33eeda386e 100644 --- a/pkgs/development/python-modules/diff-match-patch/default.nix +++ b/pkgs/development/python-modules/diff-match-patch/default.nix @@ -5,7 +5,7 @@ buildPythonPackage rec { version = "20181111"; meta = { - homepage = https://code.google.com/p/google-diff-match-patch/; + homepage = "https://github.com/diff-match-patch-python/diff-match-patch"; description = "Diff, Match and Patch libraries for Plain Text"; license = lib.licenses.asl20; }; -- cgit v1.2.3