diff --git a/pkgs/development/python-modules/xstatic/default.nix b/pkgs/development/python-modules/xstatic/default.nix index 3b4071a971be..9b50ad332bf0 100644 --- a/pkgs/development/python-modules/xstatic/default.nix +++ b/pkgs/development/python-modules/xstatic/default.nix @@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "xstatic" ]; meta = { - homepage = "https://bitbucket.org/thomaswaldmann/xstatic"; + homepage = "https://github.com/xstatic-py/xstatic"; description = "Base packaged static files for python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ makefu ];