diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-03-24 12:16:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-03-24 20:50:09 +0200 |
commit | d1851d7880603237f04a6f476d89692e9d10ede3 (patch) | |
tree | 12599394e40bc09bc2f4a06ede6b36096a88fe46 /gnu | |
parent | f76898be6ded531e459f106549886afbdc426a78 (diff) | |
download | guix-d1851d7880603237f04a6f476d89692e9d10ede3.tar.gz guix-d1851d7880603237f04a6f476d89692e9d10ede3.zip |
gnu: gcompris-qt: Use kde download mirror url.
* gnu/packages/education.scm (gcompris-qt)[source]: Use kde mirror url
scheme.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/education.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 71025bec79..213c8f717b 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -152,7 +152,7 @@ of categories with some of the activities available in that category. (origin (method url-fetch) (uri (string-append - "https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-" + "mirror://kde/stable/gcompris/qt/src/gcompris-qt-" version ".tar.xz")) (sha256 (base32 "0qncknaaf168anh4cjp7dqz6qzgx948kvgr32j2vga8mjakqn1aj")))) |