guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: gptfdisk: Use HTTPS home page.


From: guix-commits
Subject: 07/16: gnu: gptfdisk: Use HTTPS home page.
Date: Thu, 12 Mar 2020 00:12:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 094afc97c6e2315410427abd78e599768f2d6a40
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:51:27 2020 +0100

    gnu: gptfdisk: Use HTTPS home page.
    
    * gnu/packages/disk.scm (gptfdisk)[home-page]: Use HTTPS.
---
 gnu/packages/disk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 534b64e..f42f290 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -199,7 +199,7 @@ tables, and it understands a variety of different formats.")
                (install-file "fixparts.8" man)
                (install-file "gdisk.8" man)
                (install-file "sgdisk.8" man)))))))
-    (home-page "http://www.rodsbooks.com/gdisk/";)
+    (home-page "https://www.rodsbooks.com/gdisk/";)
     (synopsis "Low-level GPT disk partitioning and formatting")
     (description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that
 works on Globally Unique Identifier (@dfn{GUID}) Partition Table (@dfn{GPT})



reply via email to

[Prev in Thread] Current Thread [Next in Thread]