pgrok: remove myself from maintainers (#529461)

This commit is contained in:
Yohann Boniface
2026-06-08 19:16:14 +00:00
committed by GitHub
+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 = with lib.maintainers; [ tbutter ];
mainProgram = "pgrok";
};
}