Switch domain mentions to euphoria.leet.nu

This commit is contained in:
Joscha 2023-12-31 20:15:13 +01:00
parent 076c8f1a72
commit 6b7ab3584a
3 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,12 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
### Added
- Support for multiple euph domains
### Changed
- Switch default euph domain to https://euphoria.leet.nu/
## v0.7.1 - 2023-08-31 ## v0.7.1 - 2023-08-31
### Changed ### Changed

View file

@ -1,6 +1,6 @@
# cove # 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. real-time chat platform.
![A very meta screenshot](screenshot.png) ![A very meta screenshot](screenshot.png)

View file

@ -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 = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs";