From d87a0efeeb6299faf97ade0b70efac00bbef023c Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Tue, 4 May 2021 12:01:06 +0200 Subject: cvs-download: Fix module exports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- guix/cvs-download.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/cvs-download.scm') diff --git a/guix/cvs-download.scm b/guix/cvs-download.scm index 11a78f2994..943d971622 100644 --- a/guix/cvs-download.scm +++ b/guix/cvs-download.scm @@ -28,7 +28,8 @@ (define-module (guix cvs-download) #: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)) -- cgit v1.2.3