From 7769bdce1376315f9085fb87bbc065eb64c78bf0 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Thu, 28 Oct 2021 17:12:31 +0000 Subject: [PATCH] python3Packages.ludios_wpull: use updated URLs https://github.com/ludios/wpull redirects to https://github.com/ArchiveTeam/ludios_wpull --- pkgs/development/python-modules/ludios_wpull/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ludios_wpull/default.nix b/pkgs/development/python-modules/ludios_wpull/default.nix index 620372f192c1..0045f4b3e0fa 100644 --- a/pkgs/development/python-modules/ludios_wpull/default.nix +++ b/pkgs/development/python-modules/ludios_wpull/default.nix @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { rev = version; - owner = "ludios"; - repo = "wpull"; + owner = "ArchiveTeam"; + repo = "ludios_wpull"; sha256 = "0j4dir0dgg8pkf4d1znicz6wyyi1wzij50r21z838cycsdr54j4c"; }; @@ -33,7 +33,7 @@ buildPythonPackage rec { meta = { description = "Web crawler; fork of wpull used by grab-site"; - homepage = "https://github.com/ludios/wpull"; + homepage = "https://github.com/ArchiveTeam/ludios_wpull"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ ivan ]; broken = lib.versions.major tornado.version != "4";