Update armor header URL

This commit is contained in:
Daniel Huigens 2019-05-15 11:37:57 +02:00
parent e93f676571
commit 3e4e36b766

View file

@ -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"