From 6b7ab3584aa051ddc491312a97cb52812e714b7c Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 31 Dec 2023 20:15:13 +0100 Subject: [PATCH] Switch domain mentions to euphoria.leet.nu --- CHANGELOG.md | 6 ++++++ README.md | 2 +- flake.nix | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d75a8..366a11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Procedure when bumping the version number: ## Unreleased +### Added +- Support for multiple euph domains + +### Changed +- Switch default euph domain to https://euphoria.leet.nu/ + ## v0.7.1 - 2023-08-31 ### Changed diff --git a/README.md b/README.md index e5ee2c8..e99e545 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cove -Cove is a TUI client for [euphoria.io](https://euphoria.io/), a threaded +Cove is a TUI client for [euphoria.leet.nu](https://euphoria.leet.nu/), a threaded real-time chat platform. ![A very meta screenshot](screenshot.png) diff --git a/flake.nix b/flake.nix index 707e335..286f9b7 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "TUI client for euphoria.io, a threaded real-time chat platform"; + description = "TUI client for euphoria.leet.nu, a threaded real-time chat platform"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs";