Skip to content

Commit

Permalink
Merge pull request #21 from tofubert/fix/use_of_seshat
Browse files Browse the repository at this point in the history
replace use of seshat with sechat
  • Loading branch information
tofubert authored Aug 28, 2024
2 parents b53fde9 + 3d22674 commit 3132f05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "seshat-rs"
name = "sechat-rs"
description = "A TUI based chat client for Nextcloud Talk"
readme = "README.md"
license-file = "LICENSE"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ Use "?" to get to the help screen.
Please open issues in the issue tracker.
A list of planned and requested freatures is also kept there.

## The Name
Originally intended to be called seshat, after the egyptian goddess of writing, a typo became sechat.
Thank to Sebastian for sugesting the name in the first place.

## Sponsors
Thanks to [emlix gmbh](https://github.com/emlix) for allowing [@tofu](https://github.com/tofubert) and other so spend some of their work time to tinker with this.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async fn main() {
// check if crate has alpha suffix in version
let pre = env!("CARGO_PKG_VERSION_PRE");
if !pre.is_empty() {
log::warn!("Entering Seshat-rs, please be aware this is {pre} SW!");
log::warn!("Entering Sechat-rs, please be aware this is {pre} SW!");
}

let requester = backend::nc_request::NCRequest::new().expect("cannot create NCRequest");
Expand Down

0 comments on commit 3132f05

Please sign in to comment.