diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-04-16 21:54:25 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-04-17 20:59:41 +0200 |
commit | 2bb4415d88073e849c32ad7f67e635f9f69125db (patch) | |
tree | f3450b9bbc139b91ce142d6156ec4618fe0ebdb2 | |
parent | 2c297cb6747080cd47cdcd9bbd23c5f24a092e8f (diff) |
Update homepage and specification URLs
-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 |