From 39a32c3ad8d84884bbd29946b4f9c9b547641620 Mon Sep 17 00:00:00 2001 From: rsteube Date: Mon, 11 Mar 2024 17:39:20 +0100 Subject: [PATCH] updated package path --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f2c5c6..819db08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "carapace_spec_clap" description = "spec generation for clap-rs/clap" version = "0.1.0-PLACEHOLDER" edition = "2021" -repository = "https://github.com/rsteube/carapace-spec-clap" +repository = "https://github.com/carapace-sh/carapace-spec-clap" license = "MIT" categories = ["command-line-interface"] keywords = ["cli", "completion", "clap", "carapace"] diff --git a/README.md b/README.md index 19f6b56..28c292b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/carapace_spec_clap.svg)](https://crates.io/crates/carapace_spec_clap) -[Spec](https://github.com/rsteube/carapace-spec) generation for [clap-rs/clap](https://github.com/clap-rs/clap) +[Spec](https://github.com/carapace-sh/carapace-spec) generation for [clap-rs/clap](https://github.com/clap-rs/clap) [![asciicast](https://asciinema.org/a/548145.svg)](https://asciinema.org/a/548145)