Skip to content

Commit c2800dc

Browse files
committed
chore: update organization name
1 parent 5bfdb8c commit c2800dc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</div>
77
<br/>
88

9-
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/CodeInputCorp/cli/blob/master/LICENSE)
10-
[![Tests](https://github.com/CodeInputCorp/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/CodeInputCorp/cli/actions/workflows/tests.yml)
11-
[![Build](https://github.com/CodeInputCorp/cli/actions/workflows/build.yml/badge.svg)](https://github.com/CodeInputCorp/cli/actions/workflows/build.yml)
9+
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/code-input/cli/blob/master/LICENSE)
10+
[![Tests](https://github.com/code-input/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/code-input/cli/actions/workflows/tests.yml)
11+
[![Build](https://github.com/code-input/cli/actions/workflows/build.yml/badge.svg)](https://github.com/code-input/cli/actions/workflows/build.yml)
1212

1313
`codeinput` is a CLI tool for parsing, analyzing, and managing CODEOWNERS files across your repository. It provides advanced querying capabilities, ownership analysis, and tag-based file organization.
1414

@@ -61,11 +61,11 @@
6161

6262
**Latest Release: `0.1.0`**
6363

64-
- **Linux x86_64**: [Download](https://github.com/CodeInputCorp/cli/releases/download/v0.1.0/ci-linux-x86_64)
65-
- **Linux ARM64**: [Download](https://github.com/CodeInputCorp/cli/releases/download/v0.1.0/ci-linux-aarch64)
66-
- **Windows x86_64**: [Download](https://github.com/CodeInputCorp/cli/releases/download/v0.1.0/ci-windows-x86_64.exe)
67-
- **macOS Intel**: [Download](https://github.com/CodeInputCorp/cli/releases/download/v0.1.0/ci-macos-x86_64)
68-
- **macOS Apple Silicon**: [Download](https://github.com/CodeInputCorp/cli/releases/download/v0.1.0/ci-macos-aarch64)
64+
- **Linux x86_64**: [Download](https://github.com/code-input/cli/releases/download/v0.1.0/ci-linux-x86_64)
65+
- **Linux ARM64**: [Download](https://github.com/code-input/cli/releases/download/v0.1.0/ci-linux-aarch64)
66+
- **Windows x86_64**: [Download](https://github.com/code-input/cli/releases/download/v0.1.0/ci-windows-x86_64.exe)
67+
- **macOS Intel**: [Download](https://github.com/code-input/cli/releases/download/v0.1.0/ci-macos-x86_64)
68+
- **macOS Apple Silicon**: [Download](https://github.com/code-input/cli/releases/download/v0.1.0/ci-macos-aarch64)
6969

7070
#### Installation Instructions
7171

@@ -87,7 +87,7 @@ cargo install ci
8787
### From Source
8888

8989
```bash
90-
git clone https://github.com/CodeInputCorp/cli.git
90+
git clone https://github.com/code-input/cli.git
9191
cd cli
9292
cargo build --release --bin ci
9393
sudo cp target/release/ci /usr/local/bin/

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Remediation of security vulnerabilities is prioritized by the project team. The
88

99
## Security advisories
1010

11-
The project team is committed to transparency in the security issue disclosure process. We announce security issues via [project Github Release notes](https://github.com/CodeInputCorp/cli/releases).
11+
The project team is committed to transparency in the security issue disclosure process. We announce security issues via [project Github Release notes](https://github.com/code-input/cli/releases).

0 commit comments

Comments
 (0)