summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-06 04:23:36 +0000
committerLars Wirzenius <liw@liw.fi>2022-09-06 04:23:36 +0000
commitc230684f3bab80154d5224d4f2f71eafd00fd100 (patch)
treee6f379907a32e1f018734f71735abc11bab5ae70 /subplot-build
parentda1aea95d5304ac5dd8c4658acf5bd3efaee0fa8 (diff)
parentfe4b5c2596be3b25db22314f3aa6e7a8def7184e (diff)
downloadsubplot-c230684f3bab80154d5224d4f2f71eafd00fd100.tar.gz
Merge branch 'fix-homepage' into 'main'
(Cargo.toml): Fix homepage URL everywhere Closes #290 See merge request subplot/subplot!288
Diffstat (limited to 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"