From bfabeeac168f65503ac97c0d48fd4401c351c451 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 17 May 2026 10:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Update=20specification=20URL=20f?= =?UTF-8?q?or=20external=20signer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5f14d06..b1e41e9 100644 --- a/main.go +++ b/main.go @@ -96,7 +96,7 @@ func innerMain() error { buildExternalSignCommand(), }, Action: func(ctx *cli.Context) error { - fmt.Println("External signer PKCS#11, specification: https://openwebstandard.org/rfc1") + fmt.Println("External signer PKCS#11, specification: https://ows.hatter.in/rfc1") return nil }, }