diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-09 14:13:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-09 15:24:49 +0100 |
commit | 17db882d29f14e24da477f823fd48c5e9e0d600a (patch) | |
tree | ebb77787b99408a987f97fefd5f49ac3d1067d33 /gnu/packages/admin.scm | |
parent | de1f8664651b21d8704d87ff69e032328cce0cd9 (diff) |
gnu: solaar: Fix home page.
* gnu/packages/admin.scm (solaar)[home-page]: Correct.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 7f8c332e64..71af3b9d94 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3984,7 +3984,7 @@ cache of unix and unix-like systems.") ("python-xlib" ,python-xlib) ("gtk+" ,gtk+) ("python-pygobject" ,python-pygobject))) - (home-page "https://smxi.org/docs/inxi.htm") + (home-page "https://pwr-solaar.github.io/Solaar/") (synopsis "Linux devices manager for the Logitech Unifying Receiver") (description "This package provides tools to manage clients of the Logitech Unifying Receiver.") |