Skip to content

Commit 03cc462

Browse files
committed
chore: update repository URLs to match new name CCNotify
- Updated GitHub URLs in README.md badges and links - Updated all project URLs in pyproject.toml - Changed from Helmi/ccnotify to Helmi/CCNotify
1 parent e696397 commit 03cc462

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CCNotify
22

3-
[![Latest Release](https://img.shields.io/github/v/release/Helmi/ccnotify)](https://github.com/Helmi/ccnotify/releases/latest)
3+
[![Latest Release](https://img.shields.io/github/v/release/Helmi/CCNotify)](https://github.com/Helmi/CCNotify/releases/latest)
44
[![PyPI](https://img.shields.io/pypi/v/ccnotify)](https://pypi.org/project/ccnotify/)
55

66
## Voice Notification System for Claude Code
@@ -164,7 +164,7 @@ Customize how project names and commands are pronounced by editing `~/.claude/cc
164164

165165
This is an early release focused on core functionality. Features may change based on feedback.
166166

167-
**Issues & Suggestions**: Please use [GitHub Issues](https://github.com/Helmi/ccnotify/issues) to report problems or suggest improvements.
167+
**Issues & Suggestions**: Please use [GitHub Issues](https://github.com/Helmi/CCNotify/issues) to report problems or suggest improvements.
168168

169169
## How It Works
170170

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ full = [
5757
]
5858

5959
[project.urls]
60-
Homepage = "https://github.com/Helmi/ccnotify"
61-
Repository = "https://github.com/Helmi/ccnotify"
62-
Issues = "https://github.com/Helmi/ccnotify/issues"
63-
Documentation = "https://github.com/Helmi/ccnotify#readme"
60+
Homepage = "https://github.com/Helmi/CCNotify"
61+
Repository = "https://github.com/Helmi/CCNotify"
62+
Issues = "https://github.com/Helmi/CCNotify/issues"
63+
Documentation = "https://github.com/Helmi/CCNotify#readme"
6464

6565
[project.scripts]
6666
ccnotify = "ccnotify.cli:main"

0 commit comments

Comments
 (0)