fixjson: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:24:35 -04:00
parent d74422efca
commit 4d1fd4a9e3
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage {
homepage = "https://github.com/rhysd/fixjson";
license = lib.licenses.mit;
mainProgram = "fixjson";
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}