diff options
Diffstat (limited to 'gnu/packages/vlang.scm')
-rw-r--r-- | gnu/packages/vlang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vlang.scm b/gnu/packages/vlang.scm index d73dd566c5..6722258aa1 100644 --- a/gnu/packages/vlang.scm +++ b/gnu/packages/vlang.scm @@ -33,7 +33,7 @@ (origin (method git-fetch) (uri (git-reference - (url "https://github.com/vlang/v.git") + (url "https://github.com/vlang/v") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -103,7 +103,7 @@ (origin (method git-fetch) (uri (git-reference - (url "https://github.com/vlang/vc.git") + (url "https://github.com/vlang/vc") (commit vc-version))) (file-name (git-file-name "vc" vc-version)) (sha256 |