diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-03-29 00:15:18 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-03-29 14:43:20 +0300 |
commit | d9710380a4bba4783ed836dcbdd39bb393836950 (patch) | |
tree | b6e674736a4a3c189df2c2a72179419ae7a6ceb7 | |
parent | 67213a27592122e05c196c490de2ddf990d6832a (diff) |
gnu: pulseaudio-qt: Use mirror URI.
* gnu/packages/kde-frameworks.scm (pulseaudio-qt)[source]: Use kde
mirror URI.
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files 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 |