From 0c650f815dde10d6e1644219b26615c5742ef743 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Sat, 27 Jun 2020 23:47:17 -0400 Subject: [PATCH] age: fix filippo.io/age/agessh name in package docs Thanks to @Mohammed90 for pointing this out. --- age.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/age.go b/age.go index 024aeb1..b78b4c5 100644 --- a/age.go +++ b/age.go @@ -10,7 +10,7 @@ // For most use cases, use the Encrypt and Decrypt functions with // X25519Recipient and X25519Identity. If passphrase encryption is required, use // ScryptRecipient and ScryptIdentity. For compatibility with existing SSH keys -// use the filippo.io/agessh package. +// use the filippo.io/age/agessh package. // // Age encrypted files are binary and not malleable, for encoding them as text, // use the filippo.io/age/armor package.