python3Packages.plugnplay: orphan

This commit is contained in:
Cole Helbling 2023-03-22 07:17:57 -07:00
parent b8e54e0ad9
commit a42adbfb6e

View file

@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "A Generic plug-in system for python applications";
homepage = "https://github.com/daltonmatos/plugnplay";
license = licenses.gpl2Only;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}