summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--subplot-build/Cargo.toml2
-rw-r--r--subplotlib-derive/Cargo.toml2
-rw-r--r--subplotlib/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e01b9e3..d117abf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT-0"
description = '''
tools for specifying, documenting,
and implementing automated acceptance tests for systems and software'''
-homepage = "https://subplot.liw.fi/"
+homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
default-run = "subplot"
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index 2cecde5..6683bc2 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
license = "MIT-0"
description = '''A library for using Subplot code generation from another project's
`build.rs` module.'''
-homepage = "https://subplot.liw.fi/"
+homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 6b3caae..5a5354f 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT-0"
description = '''
macros for constructing subplotlib based test suites, typically
generated by `subplot codegen`.'''
-homepage = "https://subplot.liw.fi/"
+homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
[lib]
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 3f28b32..d33fcb1 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT-0"
description = '''
Utility functions and types for `subplot codegen` generated Rust based
test suites. Relies on `subplotlib-derive` for associated macros.'''
-homepage = "https://subplot.liw.fi/"
+homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"