python3Packages.normality: orphan

This commit is contained in:
Cole Helbling
2023-03-22 07:18:19 -07:00
parent a42adbfb6e
commit 41b9e809cd
@@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Micro-library to normalize text strings";
homepage = "https://github.com/pudo/normality";
license = licenses.mit;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}