Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyVo committed Dec 1, 2024
1 parent ee42ba2 commit 80e64a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">nh</h1>
<h1 align="center">nh_plus</h1>

<h6 align="center">Because the name "yet-another-<u>n</u>ix-<u>h</u>elper" was too long to type...</h1>

Expand Down Expand Up @@ -38,7 +38,7 @@ latest development version of nh.

```
nix shell nixpkgs#nh # stable
nix shell github:viperML/nh # dev
nix shell github:toyvo/nh_plus # dev
```


Expand Down Expand Up @@ -91,7 +91,7 @@ To do so, you need to give nh some information of the spec that is currently run

# Status

[![Dependency status](https://deps.rs/repo/github/viperML/nh/status.svg)](https://deps.rs/repo/github/viperML/nh)
[![Dependency status](https://deps.rs/repo/github/toyvo/nh_plus/status.svg)](https://deps.rs/repo/github/toyvo/nh_plus)

[![Packaging status](https://repology.org/badge/vertical-allrepos/nh.svg)](https://repology.org/project/unit/versions)

Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rustPlatform.buildRustPackage {

meta = {
description = "Yet another nix cli helper";
homepage = "https://github.com/viperML/nh";
homepage = "https://github.com/toyvo/nh_plus";
license = lib.licenses.eupl12;
mainProgram = "nh";
maintainers = with lib.maintainers; [
Expand Down
2 changes: 1 addition & 1 deletion src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ where
pub(crate) fn setup_logging(verbose: bool) -> Result<()> {
color_eyre::config::HookBuilder::default()
.display_location_section(true)
.panic_section("Please report the bug at https://github.com/viperML/nh/issues")
.panic_section("Please report the bug at https://github.com/toyvo/nh_plus/issues")
.display_env_section(false)
.install()?;

Expand Down

0 comments on commit 80e64a8

Please sign in to comment.