From b4e0d7718f6e8d821260b87758d9512f3686b157 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 19 Apr 2021 00:21:27 -0400 Subject: [PATCH] README: remove mailing list mention It wasn't very active and was replaced by GitHub Discussions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a71053..3dc1cc8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ tar cvz ~/data | age -r age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9 $ age --decrypt -i key.txt data.tar.gz.age > data.tar.gz ``` -The format specification is at [age-encryption.org/v1](https://age-encryption.org/v1). To discuss the spec or other age related topics, please email [the mailing list](https://groups.google.com/d/forum/age-dev) at age-dev@googlegroups.com. age was designed by [@Benjojo12](https://twitter.com/Benjojo12) and [@FiloSottile](https://twitter.com/FiloSottile). +The format specification is at [age-encryption.org/v1](https://age-encryption.org/v1). age was designed by [@Benjojo12](https://twitter.com/Benjojo12) and [@FiloSottile](https://twitter.com/FiloSottile). An alternative interoperable Rust implementation is available at [github.com/str4d/rage](https://github.com/str4d/rage).