summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-05 00:09:18 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-05 00:57:04 +0200
commit02319b63e044702f2abbf3d4706bd2867b98840f (patch)
tree0dc04f445c15ba872aac6caec2861ed6b8a4f3ba /pkgs/tools
parent6ee6e9fa570b3a53846b22c97bc2f2d113a34de9 (diff)
downloadnixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar.gz
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar.bz2
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar.lz
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar.xz
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.tar.zst
nixlib-02319b63e044702f2abbf3d4706bd2867b98840f.zip
gparted: update home page
Downloads are still hosted by Sourceforge :-(
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/gparted/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/gparted/default.nix b/pkgs/tools/misc/gparted/default.nix
index 922fefe10e31..2b9c2297af28 100644
--- a/pkgs/tools/misc/gparted/default.nix
+++ b/pkgs/tools/misc/gparted/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       partitions. GParted enables you to change the partition organization
       while preserving the partition contents.
     '';
-    homepage = http://gparted.sourceforge.net;
+    homepage = http://gparted.org;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];