pythonPackages.mwclient: refactor move to python-modules

This commit is contained in:
Chris Ostrouchov
2018-10-17 00:04:24 -04:00
committed by Frederik Rietdijk
parent c81b423fbe
commit c2d600919b
2 changed files with 2 additions and 23 deletions

View File

@@ -23,8 +23,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python client library to the MediaWiki API";
maintainers = with maintainers; [ ];
license = licenses.mit;
homepage = https://github.com/mwclient/mwclient;
};
}
}