guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: pulseaudio-qt: Use mirror URI.


From: guix-commits
Subject: 02/03: gnu: pulseaudio-qt: Use mirror URI.
Date: Tue, 29 Mar 2022 07:46:17 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d9710380a4bba4783ed836dcbdd39bb393836950
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 29 00:15:18 2022 +0300

    gnu: pulseaudio-qt: Use mirror URI.
    
    * gnu/packages/kde-frameworks.scm (pulseaudio-qt)[source]: Use kde
    mirror URI.
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index aa88d140f5..e914499541 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2016, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016-2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -1281,7 +1281,7 @@ provides uniform access to generation of barcodes with 
data.")
     (version "1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://download.kde.org/stable/pulseaudio-qt";
+              (uri (string-append "mirror://kde/stable/pulseaudio-qt"
                                   "/pulseaudio-qt-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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