From 32616ae028627dbe12eca4a5199f51a4df0c8a90 Mon Sep 17 00:00:00 2001 From: Dario Bertini Date: Mon, 15 Jun 2015 19:45:49 +0100 Subject: [PATCH] Add pywinrm metadata --- pkgs/top-level/python-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 36cf8cefc48..8a34d67df11 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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; + }; });