castxml: abandon maintenance

Since the incidents from @ghost at https://github.com/NixOS/nixpkgs/pull/311950,
I do not feel well about the weariful, boring and unworthy work of keeping this
package for free.
This commit is contained in:
Anderson Torres 2024-08-11 12:55:08 -03:00
parent d3b5a5c64c
commit d45e8e6eca

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "C-family Abstract Syntax Tree XML Output";
license = lib.licenses.asl20;
mainProgram = "castxml";
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})