protolint: remove me as maintainer

I don't actively use this anymore, so I can't reliably test it.
This commit is contained in:
Zane van Iperen
2025-05-24 22:54:13 +09:00
parent a6c170910f
commit f13f2576de
+1 -1
View File
@@ -40,7 +40,7 @@ buildGoModule rec {
homepage = "https://github.com/yoheimuta/protolint";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.zane ];
maintainers = [ ];
mainProgram = "protolint";
};
}