summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2022-04-20 21:29:25 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2022-04-20 21:29:25 +0200
commitc5c2fb6a1d3edf3c164292e4b1f4db240863c32e (patch)
tree49400340375e5272eaeef7729d6c4da8079870c2
parenta19e838aa132aeae1e932b3b70666489d0455bf9 (diff)
downloadvtcol-c5c2fb6a1d3edf3c164292e4b1f4db240863c32e.tar.gz
fix repo home
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1b2c5a..ac7f62c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ name = "vtcol"
description = "Set Linux console color scheme"
version = "0.42.7"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
-repository = "https://github.com/phi-gamma/vtcol"
+repository = "https://gitlab.com/phgsng/vtcol"
keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ]
readme = "README.rst"
license = "GPL-3.0"