python3Packages.requests-hawk: Update homepage

This commit is contained in:
Austin Butler 2022-10-24 20:02:19 -07:00
parent d4f8e53720
commit e6d2faa0e1

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Hawk authentication strategy for the requests python library.";
homepage = "https://github.com/sam-washington/requests-hawk";
homepage = "https://github.com/mozilla-services/requests-hawk";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler ];
};