frp: add self as maintainer

This commit is contained in:
Edgar Pireyn
2026-06-16 16:36:27 +02:00
parent 1c02cdae7b
commit d812374261
+1
View File
@@ -47,5 +47,6 @@ buildGoModule (finalAttrs: {
'';
homepage = "https://github.com/fatedier/frp";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ epireyn ];
};
})