openpgp: fix deprecation message

Fixes the referenced issue and removes an unnecessary word.

Change-Id: Icbf8bd26bccbc603e7dd360d817900ac2ca63a69
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/342049
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/openpgp/armor/armor.go b/openpgp/armor/armor.go
index d1656d4..ebc8787 100644
--- a/openpgp/armor/armor.go
+++ b/openpgp/armor/armor.go
@@ -8,8 +8,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package armor // import "golang.org/x/crypto/openpgp/armor"
 
 import (
diff --git a/openpgp/clearsign/clearsign.go b/openpgp/clearsign/clearsign.go
index b0ede27..644b2e0 100644
--- a/openpgp/clearsign/clearsign.go
+++ b/openpgp/clearsign/clearsign.go
@@ -11,8 +11,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package clearsign // import "golang.org/x/crypto/openpgp/clearsign"
 
 import (
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go
index 8a34b5a..1d7a0ea 100644
--- a/openpgp/errors/errors.go
+++ b/openpgp/errors/errors.go
@@ -7,8 +7,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package errors // import "golang.org/x/crypto/openpgp/errors"
 
 import (
diff --git a/openpgp/packet/packet.go b/openpgp/packet/packet.go
index 23c3826..0a19794 100644
--- a/openpgp/packet/packet.go
+++ b/openpgp/packet/packet.go
@@ -8,8 +8,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package packet // import "golang.org/x/crypto/openpgp/packet"
 
 import (
diff --git a/openpgp/read.go b/openpgp/read.go
index 7052d94..48a8931 100644
--- a/openpgp/read.go
+++ b/openpgp/read.go
@@ -7,8 +7,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package openpgp // import "golang.org/x/crypto/openpgp"
 
 import (
diff --git a/openpgp/s2k/s2k.go b/openpgp/s2k/s2k.go
index bd637ad..9de0495 100644
--- a/openpgp/s2k/s2k.go
+++ b/openpgp/s2k/s2k.go
@@ -8,8 +8,8 @@
 // Deprecated: this package is unmaintained except for security fixes. New
 // applications should consider a more focused, modern alternative to OpenPGP
 // for their specific task. If you are required to interoperate with OpenPGP
-// systems and need a maintained package, consider a maintained community fork.
-// See https://golang.org/issue/37497.
+// systems and need a maintained package, consider a community fork.
+// See https://golang.org/issue/44226.
 package s2k // import "golang.org/x/crypto/openpgp/s2k"
 
 import (