Skip to content

Commit dcf71e4

Browse files
ljadachclaude
andcommitted
Fix GitHub URLs to use correct username (ljadach)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f778b09 commit dcf71e4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ uv publish
197197

198198
```bash
199199
docker build -t rtm-mcp .
200-
docker push ghcr.io/lukasz/rtm-mcp
200+
docker push ghcr.io/ljadach/rtm-mcp
201201
```
202202

203203
## Common Issues

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for your interest in contributing!
66

77
1. Clone the repository:
88
```bash
9-
git clone https://github.com/lukasz/rtm-mcp.git
9+
git clone https://github.com/ljadach/rtm-mcp.git
1010
cd rtm-mcp
1111
```
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install rtm-mcp
2929
### From Source
3030

3131
```bash
32-
git clone https://github.com/lukasz/rtm-mcp.git
32+
git clone https://github.com/ljadach/rtm-mcp.git
3333
cd rtm-mcp
3434
uv sync
3535
```

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rtm-mcp"
33
version = "1.0.0"
44
description = "Remember The Milk MCP Server - Full API coverage for Claude"
5-
authors = [{ name = "Lukasz", email = "lukasz@example.com" }]
5+
authors = [{ name = "Lukasz Jadach" }]
66
readme = "README.md"
77
license = { text = "MIT" }
88
requires-python = ">=3.11"
@@ -38,9 +38,9 @@ rtm-mcp = "rtm_mcp.server:main"
3838
rtm-setup = "rtm_mcp.scripts.setup_auth:main"
3939

4040
[project.urls]
41-
Homepage = "https://github.com/lukasz/rtm-mcp"
42-
Repository = "https://github.com/lukasz/rtm-mcp"
43-
Issues = "https://github.com/lukasz/rtm-mcp/issues"
41+
Homepage = "https://github.com/ljadach/rtm-mcp"
42+
Repository = "https://github.com/ljadach/rtm-mcp"
43+
Issues = "https://github.com/ljadach/rtm-mcp/issues"
4444

4545
[build-system]
4646
requires = ["hatchling"]

0 commit comments

Comments
 (0)