diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-20 22:17:51 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:37 +0200 |
commit | 18a39e7f67058a9cdd57917b6ee41544e1ffebf3 (patch) | |
tree | e25fef847dccf51c1d1c62c72ee104cf3424ae72 /gnu/packages | |
parent | a6a1b9cce858097615cbde721c550c9622ab32e0 (diff) |
gnu: bluez: Update home page URL.
* gnu/packages/linux.scm (bluez) [home-page]: Update URL.
Change-Id: Ice8bc802b29407f803caae61864e72a4db74074d
Diffstat (limited to 'gnu/packages')
-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 b831a0b1238..40290fff680 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6125,7 +6125,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") python-docutils)) (inputs (list glib dbus eudev libical readline)) - (home-page "http://www.bluez.org/") + (home-page "https://www.bluez.org/") (synopsis "Linux Bluetooth protocol stack") (description "BlueZ provides support for the core Bluetooth layers and protocols. It |