goresym: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:25:28 -04:00
parent 8046324b47
commit c078e7d210
+1 -1
View File
@@ -39,6 +39,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/mandiant/GoReSym";
changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})