json-server: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:26:12 -04:00
parent 82346a99e8
commit f245d67015
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage (finalAttrs: {
description = "Get a full fake REST API with zero coding in less than 30 seconds";
homepage = "https://github.com/typicode/json-server";
license = lib.licenses.fairsource09;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})