Add pywinrm metadata

This commit is contained in:
Dario Bertini
2015-06-15 19:45:49 +01:00
parent 1c87fd82d4
commit 32616ae028
+6
View File
@@ -10604,6 +10604,12 @@ let
};
propagatedBuildInputs = with self; [ xmltodict isodate ];
meta = {
homepage = "http://github.com/diyan/pywinrm/";
description = "Python library for Windows Remote Management";
license = licenses.mit;
};
});