From 3e4e36b76659f72599867ade9a883ae5a3bd4e90 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Wed, 15 May 2019 11:37:57 +0200 Subject: [PATCH] Update armor header URL --- constants/armor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/armor.go b/constants/armor.go index 9cc581b..016df5b 100644 --- a/constants/armor.go +++ b/constants/armor.go @@ -3,7 +3,7 @@ package constants // Definitions for armored data const ( ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")" - ArmorHeaderComment = "https://github.com/ProtonMail/gopenpgp" + ArmorHeaderComment = "https://gopenpgp.org" PGPMessageHeader = "PGP MESSAGE" PublicKeyHeader = "PGP PUBLIC KEY BLOCK" PrivateKeyHeader = "PGP PRIVATE KEY BLOCK"