python311Packages.moto: update meta.homepage

This commit is contained in:
Anthony Roussel 2023-11-27 12:34:08 +01:00 committed by Martin Weinelt
parent efb07f3d8f
commit ea126dbe2a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -154,7 +154,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Allows your tests to easily mock out AWS Services";
homepage = "https://github.com/spulec/moto";
homepage = "https://github.com/getmoto/moto";
changelog = "https://github.com/getmoto/moto/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];