Merge pull request #172119 from SuperSandro2000/zope-event

python310Packages.zope_event: update homepage
This commit is contained in:
Bobby Rong
2022-05-09 12:41:04 +08:00
committed by GitHub
@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An event publishing system";
homepage = "https://pypi.python.org/pypi/zope.event";
homepage = "https://pypi.org/project/zope.event/";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
};