guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/18: cvs-download: Fix module exports


From: guix-commits
Subject: 03/18: cvs-download: Fix module exports
Date: Wed, 5 May 2021 11:00:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d87a0efeeb6299faf97ade0b70efac00bbef023c
Author: Konrad Hinsen <konrad.hinsen@fastmail.net>
AuthorDate: Tue May 4 12:01:06 2021 +0200

    cvs-download: Fix module exports
    
    * guix/cvs-download.scm: Remove non-existent export cvs-reference-url,
      add cvs-reference-root-directory and cvs-reference-module
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/cvs-download.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/cvs-download.scm b/guix/cvs-download.scm
index 11a78f2..943d971 100644
--- a/guix/cvs-download.scm
+++ b/guix/cvs-download.scm
@@ -28,7 +28,8 @@
   #:use-module (ice-9 match)
   #:export (cvs-reference
             cvs-reference?
-            cvs-reference-url
+            cvs-reference-root-directory
+            cvs-reference-module
             cvs-reference-revision
             cvs-fetch))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]