diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-07-30 21:44:51 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-07-30 21:47:13 +0200 |
commit | 4bfa256ca1ba4cd5539d0c5956b36ed423683d52 (patch) | |
tree | d7ef9a86e0875ed10c9878cf965bba774a144760 | |
parent | e4a744da9f772b0073759b4c09f622fd50159944 (diff) | |
download | guix-4bfa256ca1ba4cd5539d0c5956b36ed423683d52.tar guix-4bfa256ca1ba4cd5539d0c5956b36ed423683d52.tar.gz |
doc: Fix Cuirass URL.
* doc/guix.texi (Continuous Integration): Fix Cuirass URL.
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d5588066bb..080b091b31 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17688,9 +17688,9 @@ If it is @code{#f} then the daemon will use the host's fully qualified domain na @subsubsection Continuous Integration @cindex continuous integration -@uref{https://notabug.org/mthl/cuirass, Cuirass} is a continuous -integration tool for Guix. It can be used both for development and for -providing substitutes to others (@pxref{Substitutes}). +@uref{https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git, Cuirass} is a +continuous integration tool for Guix. It can be used both for development and +for providing substitutes to others (@pxref{Substitutes}). The @code{(gnu services cuirass)} module provides the following service. |