Move to GitLab
This commit is contained in:
parent
4a2293ddc6
commit
2c09831d22
|
@ -7,7 +7,7 @@ license = "Hippocratic-2.1"
|
||||||
keywords = ["gemini", "server", "smallnet"]
|
keywords = ["gemini", "server", "smallnet"]
|
||||||
categories = ["asynchronous", "network-programming"]
|
categories = ["asynchronous", "network-programming"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/Alch-Emi/kochab"
|
repository = "https://gitlab.com/Alch_Emi/kochab"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
include = ["src/**", "Cargo.*", "CHANGELOG.md", "LICENSE*", "README.md"]
|
include = ["src/**", "Cargo.*", "CHANGELOG.md", "LICENSE*", "README.md"]
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ Kochab is an extension & a fork of the Gemini SDK [northstar]. Where northstar
|
||||||
It is currently only possible to use kochab through it's git repo, although it may wind up on crates.rs someday.
|
It is currently only possible to use kochab through it's git repo, although it may wind up on crates.rs someday.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
kochab = { git = "https://github.com/Alch-Emi/kochab.git", branch = "kochab" }
|
kochab = { git = "https://gitlab.com/Alch_Emi/kochab.git", branch = "kochab" }
|
||||||
```
|
```
|
||||||
|
|
||||||
# Generating a key & certificate
|
# Generating a key & certificate
|
||||||
|
|
Loading…
Reference in a new issue