guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: valgrind: Update source uri.


From: guix-commits
Subject: branch master updated: gnu: valgrind: Update source uri.
Date: Tue, 28 Apr 2020 15:33:57 -0400

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 <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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



reply via email to

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