aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-09-10 19:42:39 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-09-10 19:42:39 +0900
commitd1d9597d3a2990758841f4e09520eca49f7cf1f3 (patch)
tree6ff25f54b1f96385d09fde10b3b58e41feb8bee8
parent2e1cb0342ef314abf1611de69487e0794ed20e05 (diff)
guix.scm: Fix homepage.
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index c35fd77..caa8663 100644
--- a/guix.scm
+++ b/guix.scm
@@ -41,7 +41,7 @@
`(("guile" ,guile-3.0)))
(synopsis "Server monitoring library")
(description "Monitoring provides a server monitoring library.")
- (home-page "https://gitlab.com/tojoqk/monitoring")
+ (home-page "https://git.tojo.tokyo/monitoring.git/about/")
(license license:gpl3+)))
guile-monitoring