diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-15 19:03:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-15 19:05:52 +0100 |
commit | 2b1cee21ae7c75f536626c124dc5c67a60f0eaea (patch) | |
tree | ff6e52bbc709d6653724812fd8f1b67a76d3432d /doc | |
parent | 3a3278e9560a8921e047e2e048c083a352e9b00a (diff) | |
download | patches-2b1cee21ae7c75f536626c124dc5c67a60f0eaea.tar patches-2b1cee21ae7c75f536626c124dc5c67a60f0eaea.tar.gz |
doc: Fix Hydra URL.
Reported by John Darrington <john@darrington.wattle.id.au>.
* doc/guix.texi (Packaging Guidelines): Fix hydra.gnu.org URL.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d3b8542710..e140e516b8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4595,7 +4595,7 @@ Once your package builds correctly, please send us a patch (@pxref{Contributing}). Well, if you need help, we will be happy to help you too. Once the patch is committed in the Guix repository, the new package automatically gets built on the supported platforms by -@url{http://hydra.gnu.org/gnu/master, our continuous integration +@url{http://hydra.gnu.org/jobset/gnu/master, our continuous integration system}. @cindex substituter |