diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-28 17:45:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-28 19:22:56 +0200 |
commit | 5e996128b8ab572ce069009cfd427388ba27a111 (patch) | |
tree | 753107355e06fb46b18e3911b3220011411b7b9a | |
parent | 88aa75e922477def84643738f519ce3fbc84dc51 (diff) | |
download | guix-5e996128b8ab572ce069009cfd427388ba27a111.tar guix-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.scm | 2 |
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.") |