diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-24 02:16:57 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-24 02:16:57 -0500 |
commit | 8f1640ed8f0fa8d917116cd4b85c47be34b121d4 (patch) | |
tree | ceae93a58e55306025db64665b7abd613dc2dd96 | |
parent | 097190417f7eadbb02370970acfe8b05da4a619d (diff) | |
download | patches-8f1640ed8f0fa8d917116cd4b85c47be34b121d4.tar patches-8f1640ed8f0fa8d917116cd4b85c47be34b121d4.tar.gz |
gnu: gusb: Update home-page.
* gnu/packages/gnome.scm (gusb)[home-page]: Update home-page.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8f886fd84f..aa9fb6fded 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3345,7 +3345,7 @@ DAV, and others.") (lambda _ (and (zero? (system* "gtkdocize")) (zero? (system* "autoreconf" "-vif")))))))) - (home-page "https://github/hughsie/libgusb") + (home-page "https://github.com/hughsie/libgusb") (synopsis "GLib binding for libusb1") (description "GUsb is a GObject wrapper for libusb1 that makes it easy to do |