python310Packages.zope_event: update homepage

This commit is contained in:
Sandro Jäckel 2022-05-09 03:45:46 +02:00
parent d82115927c
commit 544626b11b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "An event publishing system"; description = "An event publishing system";
homepage = "https://pypi.python.org/pypi/zope.event"; homepage = "https://pypi.org/project/zope.event/";
license = licenses.zpl20; license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ]; maintainers = with maintainers; [ goibhniu ];
}; };