pgrok: add tbutter to maintainers

This commit is contained in:
Marie Ramlow
2026-06-08 20:36:54 +02:00
parent c5b643a079
commit 5671ac2736
+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 = [ ];
maintainers = with lib.maintainers; [ tbutter ];
mainProgram = "pgrok";
};
}