diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2023-05-29 16:52:55 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-08 22:59:26 +0200 |
commit | 8f855dd187b6a38a88d12f7af5d55ccfa8ee37b0 (patch) | |
tree | 3c55b842c8d2f49487915a2af4850b50f665747e /doc | |
parent | 44e4dc7c729d9277d023c928963c7eac0df7d6b9 (diff) | |
download | guix-8f855dd187b6a38a88d12f7af5d55ccfa8ee37b0.tar.gz |
doc: Update outdated URL for Eudev wiki.
Change was coordinated with upstream maintainer Boian Bonev. * doc/guix.texi: Update outdated URL for Eudev wiki. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 46930cd8c9..0a7333c479 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -41147,7 +41147,7 @@ The service type for an @emph{extensible} service looks like this: @end lisp This is the service type for the -@uref{https://wiki.gentoo.org/wiki/Project:Eudev, eudev device +@uref{https://github.com/eudev-project/eudev, eudev device management daemon}. Compared to the previous example, in addition to an extension of @code{shepherd-root-service-type}, we see two new fields: |