diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-16 16:28:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-16 16:28:00 +0100 |
| commit | 89d9527d5f00b246fa2b689a6af1e8d5206307ce (patch) | |
| tree | b5b5f14ac5bfd3a89409487e481f21c129911987 | |
| parent | 6cd07ec0ac56450e2d4853854b1338ae445bd76c (diff) | |
build: update cargo.toml homepage and repo
away for github and towards gitworkshop.dev
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,8 +5,8 @@ edition = "2021" | |||
| 5 | description = "cli for code collaboration over nostr with nip34 support" | 5 | description = "cli for code collaboration over nostr with nip34 support" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |
| 7 | readme = "README.md" | 7 | readme = "README.md" |
| 8 | homepage = "https://github.com/DanConwayDev/ngit-cli" | 8 | homepage = "https://gitworkshop.dev/repo/ngit" |
| 9 | repository = "https://github.com/DanConwayDev/ngit-cli" | 9 | repository = "https://codeberg.org/DanConwayDev/ngit-cli" |
| 10 | license = "MIT" | 10 | license = "MIT" |
| 11 | keywords = ["nostr", "git"] | 11 | keywords = ["nostr", "git"] |
| 12 | categories = ["command-line-utilities","git"] | 12 | categories = ["command-line-utilities","git"] |