diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-13 13:38:06 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:59 +0200 |
commit | e121532fe3167ce19a78f75bdd82285a2cb82026 (patch) | |
tree | 72f3d255f5dfb06b87234cb8d0e697e7e6c205c8 /gnu | |
parent | 93f34e32359ad373dae1c22fc3dfecd0927702b1 (diff) | |
download | guix-e121532fe3167ce19a78f75bdd82285a2cb82026.tar.gz guix-e121532fe3167ce19a78f75bdd82285a2cb82026.zip |
gnu: alsa-utils: Fix source URL.
* gnu/packages/linux.scm (alsa-utils) [source]: Fix URL.
Change-Id: I301319a5b204836ae5f4b7cea471c923ac04bb97
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 010af264a7..9c6b778e5c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3056,7 +3056,7 @@ MIDI functionality to the Linux-based operating system.") (source (origin (method url-fetch) (uri (string-append - "https://www.alsa-project.org/files/pub/lib/" + "https://www.alsa-project.org/files/pub/utils/" name "-" version ".tar.bz2")) (sha256 (base32 |