python310Packages.mypy-boto3-builder: update meta.homepage

This commit is contained in:
Sandro Jäckel 2022-09-02 15:17:12 +02:00
parent 632f36f133
commit e939e7ce92
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Type annotations builder for boto3";
homepage = "https://vemel.github.io/mypy_boto3_builder/";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};