diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 11:24:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 12:12:10 +0100 |
commit | 284fb66a054dedab7d301fefb74a9c236a5d9e22 (patch) | |
tree | ba0fc28ed75cb09bbea18ebc5b2dbab6b106476d /gnu/packages/kde-plasma.scm | |
parent | 76435771ebaa0ebbd37bc2d30c11610b0c0e777f (diff) | |
download | guix-284fb66a054dedab7d301fefb74a9c236a5d9e22.tar guix-284fb66a054dedab7d301fefb74a9c236a5d9e22.tar.gz |
gnu: KSysguard: Update home page.
* gnu/packages/kde-plasma.scm (libksysguard)[home-page]: Set to
<https://userbase.kde.org/KSysGuard>.
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index d7a3ffaafd..d2aa90b26d 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -219,7 +219,7 @@ basic needs and easy to configure for those who want special setups.") (lambda _ ;; TODO: Fix this failing test-case (invoke "ctest" "-E" "processtest")))))) - (home-page "https://www.kde.org/info/plasma-5.13.4.php") + (home-page "https://userbase.kde.org/KSysGuard") (synopsis "Network enabled task and system monitoring") (description "KSysGuard can obtain information on system load and manage running processes. It obtains this information by interacting |