summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-28 17:45:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-28 19:22:56 +0200
commit5e996128b8ab572ce069009cfd427388ba27a111 (patch)
tree753107355e06fb46b18e3911b3220011411b7b9a
parent88aa75e922477def84643738f519ce3fbc84dc51 (diff)
downloadguix-5e996128b8ab572ce069009cfd427388ba27a111.tar.gz
gnu: xeyes: Update home page.
sourcearchive.com smells dead, and was hardly meaningful to begin with:
https://web.archive.org/web/20171005053046/http://xeyes.sourcearchive.com

* gnu/packages/xdisorg.scm (xeyes)[home-page]: Use main X.org home page.
-rw-r--r--gnu/packages/xdisorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index bbc413a130..acfaa71b0e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -282,7 +282,7 @@ between desktops, and change the number of desktops.")
         ("libxt" ,libxt)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://xeyes.sourcearchive.com/")
+    (home-page "https://www.x.org/")    ; no dedicated Xeyes page exists
     (synopsis "Follow-the-mouse X demo")
     (description "Xeyes is a demo program for x.org.  It shows eyes
 following the mouse.")