From fe4b5c2596be3b25db22314f3aa6e7a8def7184e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 5 Sep 2022 19:40:42 +0100 Subject: (Cargo.toml): Fix homepage URL everywhere Signed-off-by: Daniel Silverstone --- Cargo.toml | 2 +- subplot-build/Cargo.toml | 2 +- subplotlib-derive/Cargo.toml | 2 +- subplotlib/Cargo.toml | 2 +- 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" -- cgit v1.2.1