From 207d6c8c158e16dab28f314c2fe9dabc62d434dc Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 20 Aug 2024 15:47:38 -0300 Subject: [PATCH] software source code on nip11 response. --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 948628a..82a21a1 100644 --- a/main.go +++ b/main.go @@ -68,6 +68,7 @@ func main() { relay.Info.Limitation = &nip11.RelayLimitationDocument{ RestrictedWrites: true, } + relay.Info.Software = "https://github.com/github-tijlxyz/khatru-pyramid" policies.ApplySaneDefaults(relay)