Update armor header URL
This commit is contained in:
parent
e93f676571
commit
3e4e36b766
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue