summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-09-05 19:40:42 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-09-05 19:40:42 +0100
commitfe4b5c2596be3b25db22314f3aa6e7a8def7184e (patch)
treee6f379907a32e1f018734f71735abc11bab5ae70
parentda1aea95d5304ac5dd8c4658acf5bd3efaee0fa8 (diff)
downloadsubplot-fe4b5c2596be3b25db22314f3aa6e7a8def7184e.tar.gz
(Cargo.toml): Fix homepage URL everywhere
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-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"