diff options
-rw-r--r-- | gnu/packages/golang-crypto.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index b0420f2a04..17567219e4 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2605,6 +2605,9 @@ Go.") "\nThis package provides a command line interface (CLI) tools.")))) +(define-public age-keygen + (deprecated-package "age-keygen" age)) + (define-public go-jwker (package/inherit go-github-com-jphastings-jwker (name "go-jwker") |