python3Packages.bech32: fix meta.homepage URL
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user