From 02319b63e044702f2abbf3d4706bd2867b98840f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 5 Aug 2015 00:09:18 +0200 Subject: [PATCH] gparted: update home page Downloads are still hosted by Sourceforge :-( --- pkgs/tools/misc/gparted/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];