postgrest: add myself as maintainer

This commit is contained in:
Wolfgang Walther
2024-11-03 15:46:28 +01:00
parent aa9dd15dbd
commit d080f9fc66
2 changed files with 3 additions and 0 deletions
@@ -652,6 +652,8 @@ package-maintainers:
- minio-hs
- smtp-mail
- pdftotext
wolfgangwalther:
- postgrest
unsupported-platforms:
Allure: [ platforms.darwin ]
+1
View File
@@ -245987,6 +245987,7 @@ self: {
description = "REST API for any Postgres database";
license = lib.licenses.mit;
mainProgram = "postgrest";
maintainers = [ lib.maintainers.wolfgangwalther ];
}) {};
"postgrest-ws" = callPackage