pgrok: remove myself from maintainers

This commit is contained in:
Marie Ramlow
2026-06-08 12:04:36 +02:00
parent db43fdcd9e
commit c5b643a079
+1 -1
View File
@@ -82,7 +82,7 @@ buildGoModule {
description = "Selfhosted TCP/HTTP tunnel, ngrok alternative, written in Go";
homepage = "https://github.com/pgrok/pgrok";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ marie ];
maintainers = [ ];
mainProgram = "pgrok";
};
}