diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-01 12:06:06 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-01 12:06:36 +0200 |
commit | bbd04a4cc832a6d40a128fe449efe88cf5fd7bc9 (patch) | |
tree | ad7313ff717c555e733f4c30511d2afe238e3284 /gnu | |
parent | a266c9fab88954b7c0fc0516e0a4c9834819dbc5 (diff) |
gnu: cuirass: Update home page.
* gnu/packages/ci.scm (cuirass)[home-page]: Update it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ci.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 15d1cb5317..cdfe725a65 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -175,5 +175,5 @@ (description "Cuirass is a continuous integration tool using GNU Guix. It is intended as a replacement for Hydra.") - (home-page "https://www.gnu.org/software/guix/") + (home-page "https://guix.gnu.org/cuirass/") (license l:gpl3+)))) |