Skip to content

Commit 2a6913d

Browse files
committed
docs: update all URLs and references to HugoLopes45/mem
1 parent 27ba3cf commit 2a6913d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# If you want to support this project:
2-
# github: YOUR_USERNAME
2+
github: HugoLopes45

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Development setup
44

55
```bash
6-
git clone https://github.com/YOUR_ORG/mem
6+
git clone https://github.com/HugoLopes45/mem
77
cd mem
88
cargo build
99
cargo test

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
description = "Persistent memory for Claude Code — zero-config session capture via hooks, SQLite + FTS5, MCP server"
66
license = "MIT"
7-
repository = "https://github.com/YOUR_ORG/mem"
8-
homepage = "https://github.com/YOUR_ORG/mem"
9-
documentation = "https://github.com/YOUR_ORG/mem#readme"
7+
repository = "https://github.com/HugoLopes45/mem"
8+
homepage = "https://github.com/HugoLopes45/mem"
9+
documentation = "https://github.com/HugoLopes45/mem#readme"
1010
readme = "README.md"
1111
keywords = ["claude-code", "mcp", "memory", "ai-agent", "sqlite"]
1212
categories = ["command-line-utilities", "development-tools"]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mem — persistent memory for Claude Code
22

3-
[![CI](https://github.com/YOUR_ORG/mem/actions/workflows/ci.yml/badge.svg)](https://github.com/YOUR_ORG/mem/actions/workflows/ci.yml)
3+
[![CI](https://github.com/HugoLopes45/mem/actions/workflows/ci.yml/badge.svg)](https://github.com/HugoLopes45/mem/actions/workflows/ci.yml)
44
[![Crates.io](https://img.shields.io/crates/v/mem.svg)](https://crates.io/crates/mem)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
66

@@ -28,7 +28,7 @@ Claude Code agents forget everything when a session ends. Manual memory tools ha
2828
## Install
2929

3030
```bash
31-
cargo install --git https://github.com/YOUR_ORG/mem
31+
cargo install --git https://github.com/HugoLopes45/mem
3232
```
3333

3434
No system dependencies. SQLite is statically linked — `cargo install` is all you need.
@@ -37,7 +37,7 @@ No system dependencies. SQLite is statically linked — `cargo install` is all y
3737
<summary>Build from source</summary>
3838

3939
```bash
40-
git clone https://github.com/YOUR_ORG/mem
40+
git clone https://github.com/HugoLopes45/mem
4141
cd mem
4242
cargo build --release
4343
# binary at: ./target/release/mem
@@ -51,7 +51,7 @@ Requires Rust 1.75+.
5151
**1. Install `mem`**
5252

5353
```bash
54-
cargo install --git https://github.com/YOUR_ORG/mem
54+
cargo install --git https://github.com/HugoLopes45/mem
5555
```
5656

5757
**2. Copy hook scripts to a stable location**

0 commit comments

Comments
 (0)