jsonplaceholder: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:26:19 -04:00
parent f245d67015
commit 45ff1a5544
+1 -1
View File
@@ -36,6 +36,6 @@ buildNpmPackage {
description = "Simple online fake REST API server";
homepage = "https://jsonplaceholder.typicode.com/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}