python310Packages.treeo: mark as broken

This commit is contained in:
natsukium 2023-08-15 00:46:29 +09:00
parent 0b6d395909
commit a007a8850b
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -53,5 +53,7 @@ buildPythonPackage rec {
homepage = "https://github.com/cgarciae/treeo";
license = licenses.mit;
maintainers = with maintainers; [ ndl ];
# obsolete as of 2023-02-27 and not updated for more than a year as of 2023-08
broken = true;
};
}