diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-22 11:43:46 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-05-13 17:31:19 +0200 |
commit | 2a190aa42a8c6ddd8c85b088e37e2794cb552068 (patch) | |
tree | d9f815635f5d77d81cf8c9d901be36783e3a4776 /gnu/packages/linux.scm | |
parent | 1bde05c6e882e7efb82e8b9bd863ea839d902aae (diff) | |
download | guix-2a190aa42a8c6ddd8c85b088e37e2794cb552068.tar.gz |
gnu: alsa-lib: Update the home-page.
* gnu/packages/linux.scm (alsa-lib)[home-page]: Update it.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 39cb2279db..a553500a16 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2271,7 +2271,7 @@ configuration files that can be used for specific audio hardware.") (inputs `(("alsa-ucm-conf" ,alsa-ucm-conf) ("alsa-topology-conf" ,alsa-topology-conf))) - (home-page "https://www.alsa-project.org/") + (home-page "https://www.alsa-project.org/wiki/Main_Page") (synopsis "The Advanced Linux Sound Architecture libraries") (description "The Advanced Linux Sound Architecture (ALSA) provides audio and |