diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-31 15:05:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-01 23:52:18 +0200 |
commit | d5909be93b1f7bc4689884d159d570e8470e054d (patch) | |
tree | dab6ea05c17b083c60c658dbaa9e2dfb1586b8e1 | |
parent | 81fe131e0fc3c1fcfa29c140071c8cc4cff7cd2f (diff) |
gnu: gparted: Update home page.
* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org.
-rw-r--r-- | gnu/packages/disk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 030fabfa58..49bbbfa92f 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -344,7 +344,7 @@ and can dramatically shorten the lifespan of the drive if left unchecked.") (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) - (home-page "https://sourceforge.net/projects/gparted/") + (home-page "https://gparted.org/") (synopsis "Partition editor to graphically manage disk partitions") (description "GParted is a GNOME partition editor for creating, reorganizing, and deleting disk partitions. It uses libparted from the parted |