diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm
index f21311af094f543c12fa58ce5a8d4f4efb836d56..7d0ecb0a4d5999e5a2445933abb730988a9336cd 100644
--- a/guix/scripts/describe.scm
+++ b/guix/scripts/describe.scm
@@ -89,7 +89,7 @@ (define (display-package-search-path fmt)
 
 (define (channel->sexp channel)
   `(channel
-    (name ,(channel-name channel))
+    (name ',(channel-name channel))
     (url ,(channel-url channel))
     (commit ,(channel-commit channel))))