diff --git a/Cargo.lock b/Cargo.lock index 7ab8f36..3b4058c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ ] [[package]] -name = "diskonaut" +name = "diskonaut-ng" version = "0.13.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a4d84ae..3b4180f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "diskonaut" +name = "diskonaut-ng" description = "Terminal disk space visual navigator" version = "0.13.0" authors = ["Aram Drevekenin ", "Gregory Shuflin "] diff --git a/README.md b/README.md index e16ed52..d386c80 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you're using linux, you can check out the "releases" of this repository to do ### With cargo (linux / macOS / windows) ``` -cargo install diskonaut +cargo install diskonaut-ng ``` ### Fedora/CentOS @@ -91,7 +91,7 @@ please do not hesitate to reach out to me personally: [greg@everydayimshuflin.co `diskonaut` was originally developed by Aram Drevekenin, `@imsnif` on Github. This version is a maintained fork created by Greg Shuflin, `@neunenak` on -Github, in November 2025. +Github, in November 2025, under the name `diskonaut-ng`. The original version of the crate is published at: