cargo-typify: mark as broken

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-16 14:02:20 -03:00
parent e4a9345519
commit 0203af979a

View File

@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/oxidecomputer/typify";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ david-r-cox ];
broken = true;
};
}