Move to GitLab

This commit is contained in:
Emii Tatsuo 2020-11-30 17:46:28 -05:00
parent 4a2293ddc6
commit 2c09831d22
Signed by: Emi
GPG key ID: 68FAB2E2E6DFC98B
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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