guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: kpeoplevcard: Use mirror URI.


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

efraim pushed a commit to branch master
in repository guix.

commit 3b0c9e4c20de181bac5cb8076e052bf00932f533
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 29 00:19:43 2022 +0300

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

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index b17b18bd12..7cb1764ff2 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1582,7 +1582,7 @@ and exchanging calendar data, vCalendar and iCalendar.")
     (version "0.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://download.kde.org/stable/kpeoplevcard/";
+              (uri (string-append "mirror://kde/stable/kpeoplevcard/"
                                   version "/kpeoplevcard-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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