diff options
| author | main <main@swarm.moe> | 2026-04-25 16:27:18 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 16:27:18 -0400 |
| commit | 3b1ff9633f6ff78948fbb7bd2d69902f857194b0 (patch) | |
| tree | e8ce600845086ffa802995eb546f1147a5120097 /crates | |
| parent | a231e1c745e5e15f62fe6f18556f20bcf78f8680 (diff) | |
| download | memview-3b1ff9633f6ff78948fbb7bd2d69902f857194b0.zip | |
Point crate metadata at swarm browse URL
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/memview/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/memview/Cargo.toml b/crates/memview/Cargo.toml index 71f580e..f92847c 100644 --- a/crates/memview/Cargo.toml +++ b/crates/memview/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["linux", "memory", "procfs", "tmpfs", "tui"] categories = ["command-line-utilities"] license.workspace = true readme = "../../README.md" -repository = "https://git.swarm.moe/memview.git" +repository = "https://git.swarm.moe/r/memview/" rust-version.workspace = true version.workspace = true |