python3Packages.us: add bot-wxt1221 as maintainers

This commit is contained in:
wxt
2024-11-10 19:16:07 +08:00
parent ef21cc74e2
commit e065e550b1
@@ -45,6 +45,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/unitedstates/python-us/";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [ bot-wxt1221 ];
};
}