mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
7b83f6b992
commit
d87a0efeeb
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user