summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
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 /subplotlib-derive/Cargo.toml
parentda1aea95d5304ac5dd8c4658acf5bd3efaee0fa8 (diff)
downloadsubplot-fe4b5c2596be3b25db22314f3aa6e7a8def7184e.tar.gz
(Cargo.toml): Fix homepage URL everywhere
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib-derive/Cargo.toml')
-rw-r--r--subplotlib-derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]