diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-15 20:24:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-16 11:11:40 +0100 |
commit | 48bbe06edfb41700abf66419b1f0c7e21d831d96 (patch) | |
tree | 2ee23e6579ad468c50aec96dcc8cd65f886dc95f /gnu | |
parent | bfe83d568c75434501a471dbaed273d213320470 (diff) | |
download | guix-48bbe06edfb41700abf66419b1f0c7e21d831d96.tar guix-48bbe06edfb41700abf66419b1f0c7e21d831d96.tar.gz |
gnu: gnustep: Update dockapps home pages.
* gnu/packages/gnustep.scm (wmbattery, wmclock, wmcpuload)[home-pages]:
Use new dockapps.net domain.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnustep.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 05ad9b745a..bd28ceaa00 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -185,7 +185,7 @@ interface. It is fast, feature rich, easy to configure, and easy to use.") `(("autoconf" ,autoconf) ("automake" ,automake) ("pkg-config" ,pkg-config))) - (home-page "http://windowmaker.org/dockapps/?name=wmbattery") + (home-page "http://www.dockapps.net/wmbattery") (synopsis "Display laptop battery info") (description "Wmbattery displays the status of your laptop's battery in a small icon. @@ -239,7 +239,7 @@ other compatible window managers.") ("libxpm" ,libxpm))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://windowmaker.org/dockapps/?name=wmcpuload") + (home-page "http://www.dockapps.net/wmcpuload") (synopsis "Monitor CPU usage") (description "Wmcpuload displays the current CPU usage, expressed as a percentile and a @@ -278,7 +278,7 @@ on.") `(("autoconf" ,autoconf) ("automake" ,automake) ("pkg-config" ,pkg-config))) - (home-page "http://windowmaker.org/dockapps/?name=wmclock") + (home-page "http://www.dockapps.net/wmclock") (synopsis "Display the date and time") (description "wmclock is an applet for Window Maker which displays the date and time in |