python3Packages.mwclient: adopt

This commit is contained in:
klea
2026-07-30 18:01:18 -04:00
committed by Michael Daniels
parent f4ca7e947e
commit e8232cbe37
@@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Python client library to the MediaWiki API";
license = lib.licenses.mit;
homepage = "https://github.com/mwclient/mwclient";
maintainers = [ ];
maintainers = [ lib.maintainers.klea ];
};
}