python3Packages.saneyaml: orphan

This commit is contained in:
Cole Helbling 2023-03-22 07:22:38 -07:00
parent a198268950
commit 3a546dacb2

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "A PyYaml wrapper with sane behaviour to read and write readable YAML safely";
homepage = "https://github.com/nexB/saneyaml";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}