python3Packages.bech32: fix meta.homepage URL

This commit is contained in:
Harinn
2026-06-06 02:26:56 +07:00
parent 32d41f5d63
commit 5c812b4e70
@@ -21,7 +21,7 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "bech32" ];
meta = {
homepage = "https://pypi.org/project/bech32/";
homepage = "https://github.com/fiatjaf/bech32";
license = with lib.licenses; [ mit ];
};
})