guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tunctl: Fix source URI.


From: guix-commits
Subject: branch master updated: gnu: tunctl: Fix source URI.
Date: Sun, 09 Feb 2020 19:01:37 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24d9354  gnu: tunctl: Fix source URI.
24d9354 is described below

commit 24d9354c8002f2e7aa02ab85b5bd151c7ea27d2a
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon Feb 10 01:00:42 2020 +0100

    gnu: tunctl: Fix source URI.
    
    * gnu/packages/networking.scm (tunctl)[source]: Fix URI.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index acfb3a9..e8ad57e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2832,7 +2832,7 @@ easy-to-understand binary values.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/tunctl/"
+       (uri (string-append "mirror://sourceforge/tunctl/tunctl/" version "/"
                            "tunctl-" version ".tar.gz"))
        (sha256
         (base32 "1zsgn7w6l2zh2q0j6qaw8wsx981qcr536qlz1lgb3b5zqr66qama"))))



reply via email to

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