This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cd8c419 gnu: valgrind: Update source uri.
cd8c419 is described below
commit cd8c419722780765b075a7217b861e7608c0bac2
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Apr 28 21:07:14 2020 +0300
gnu: valgrind: Update source uri.
* gnu/packages/valgrind.scm (valgrind)[source]: Remove valgrind host,
add sourceware host.
[home-page]: Use https.
---
gnu/packages/valgrind.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index da912dc..dd080bb 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013, 2014 Ludovic Courtès <[email protected]>
;;; Copyright © 2015 Andreas Enge <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2020 Efraim Flashner <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -35,7 +35,7 @@
(version "3.15.0")
(source (origin
(method url-fetch)
- (uri (list (string-append "http://www.valgrind.org/downloads"
+ (uri (list (string-append "https://sourceware.org/pub/valgrind"
"/valgrind-" version ".tar.bz2")
(string-append "ftp://sourceware.org/pub/valgrind"
"/valgrind-" version ".tar.bz2")))
@@ -71,7 +71,7 @@
`(("gdb" ,gdb)))
(native-inputs
`(("perl" ,perl)))
- (home-page "http://www.valgrind.org/")
+ (home-page "https://www.valgrind.org/")
(synopsis "Debugging and profiling tool suite")
(description
"Valgrind is an instrumentation framework for building dynamic analysis