Merge pull request #249149 from natsukium/treeo/broken

python310Packages.treeo: mark as broken
This commit is contained in:
Jonas Heinrich 2023-08-15 09:44:28 +02:00 committed by GitHub
commit 6f20995432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}