Unverified Commit 48a24fce authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #251771 from peterhoeg/drop_pywbem

python3Packages.pywebm: no longer maintained
parents b21265ec 097a680f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,6 +67,6 @@ buildPythonPackage rec {
    homepage = "https://pywbem.github.io";
    changelog = "https://github.com/pywbem/pywbem/blob/${version}/docs/changes.rst";
    license = licenses.lgpl21Plus;
    maintainers = with maintainers; [ peterhoeg ];
    maintainers = with maintainers; [ ];
  };
}