gnu: libwacom, xf86-input-wacom: Update home page.
‘The Linux Wacom Project has moved.’ -- <http://linuxwacom.sourceforge.net/wiki> * gnu/packages/xdisorg.scm (libwacom, xf86-input-wacom)[home-page]: Update URI.
This commit is contained in:
parent
d83c9fcb7b
commit
81dc1d1220
|
@ -907,7 +907,7 @@ Escape key when Left Control is pressed and released on its own.")
|
||||||
;; libwacom includes header files that include GLib, and libinput uses
|
;; libwacom includes header files that include GLib, and libinput uses
|
||||||
;; those header files.
|
;; those header files.
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(home-page "http://linuxwacom.sourceforge.net/")
|
(home-page "https://linuxwacom.github.io/")
|
||||||
(synopsis "Helper library for Wacom tablet settings")
|
(synopsis "Helper library for Wacom tablet settings")
|
||||||
(description
|
(description
|
||||||
"Libwacom is a library to help implement Wacom tablet settings. It is
|
"Libwacom is a library to help implement Wacom tablet settings. It is
|
||||||
|
@ -945,7 +945,7 @@ Wacom tablet applet.")
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("eudev" ,eudev)))
|
("eudev" ,eudev)))
|
||||||
(home-page "http://linuxwacom.sourceforge.net/")
|
(home-page "https://linuxwacom.github.io/")
|
||||||
(synopsis "Wacom input driver for X")
|
(synopsis "Wacom input driver for X")
|
||||||
(description
|
(description
|
||||||
"The xf86-input-wacom driver is the wacom-specific X11 input driver for
|
"The xf86-input-wacom driver is the wacom-specific X11 input driver for
|
||||||
|
|
Loading…
Reference in New Issue