lfam pushed a commit to branch master
in repository guix.
commit 73a2ef3697d52e12cd334b3fa83fb0e98030cb56
Author: Leo Famulari <[email protected]>
Date: Fri Sep 8 19:35:32 2017 -0400
gnu: tcpdump: Remove alternate source URL.
* gnu/packages/admin.scm (tcpdump)[source]: Remove alternate URL.
---
gnu/packages/admin.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c67491c..e6d5afe 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -664,14 +664,8 @@ network statistics collection, security monitoring,
network debugging, etc.")
(version "4.9.2")
(source (origin
(method url-fetch)
- (uri (list (string-append
"http://www.tcpdump.org/release/tcpdump-"
- version ".tar.gz")
- ;; The tarball is not yet distributed from
tcpdump.org,
- ;; so we fetch it from Arch. For more information see
- ;; <https://bugs.gnu.org/28387>.
- (string-append "https://sources.archlinux.org/other/"
- "packages/tcpdump/tcpdump-" version
- ".tar.gz")))
+ (uri (string-append "http://www.tcpdump.org/release/tcpdump-"
+ version ".tar.gz"))
(sha256
(base32
"0ygy0layzqaj838r5xd613iraz09wlfgpyh7pc6cwclql8v3b2vr"))))