diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 01:39:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 04:24:25 +0200 |
commit | b478c9b090c0233ddaf40a2a0469531365a9a492 (patch) | |
tree | fae1d0bb7ba6010cdd16cbae37eb9a3bb0877278 /gnu | |
parent | 083496ebf54f234ff938cc42adda68410e5b3584 (diff) | |
download | guix-b478c9b090c0233ddaf40a2a0469531365a9a492.tar.gz |
gnu: sysprof: Update home page.
* gnu/packages/gnome.scm (sysprof)[home-page]: Use an up-to-date alternative.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5ba9f83c96..d1d93015ed 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11259,7 +11259,9 @@ GObject introspection bindings.") ("itstool" ,itstool) ("pkg-config" ,pkg-config) ("xmllint" ,libxml2))) - (home-page "http://www.sysprof.com/") + ;; This home page is so woefully out of date as to be essentially useless. + ;; (home-page "http://www.sysprof.com") + (home-page "https://wiki.gnome.org/Apps/Sysprof") (synopsis "System-wide performance profiler") (description "Sysprof is a sampling profiler that uses a kernel module to generate stacktraces which are then interpreted by the userspace program |