diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ The erebos binary provides simple CLI interface to the decentralized Erebos messaging service. Local identity is created on the first run. Protocol and services specification is being written at: -[http://erebosprotocol.net](http://erebosprotocol.net) +[https://erebosprotocol.net/spec](https://erebosprotocol.net/spec) Erebos identity is based on locally stored cryptographic keys, all communication is end-to-end encrypted. Multiple devices can be attached to the diff --git a/erebos.cabal b/erebos.cabal index f099719..9dfd580 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -18,7 +18,7 @@ Description: See README for usage of the CLI tool. License: BSD-3-Clause License-File: LICENSE -Homepage: http://erebosprotocol.net +Homepage: https://erebosprotocol.net/erebos Author: Roman Smrž <roman.smrz@seznam.cz> Maintainer: roman.smrz@seznam.cz Category: Network |