mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gptfdisk: Use HTTPS home page.
* gnu/packages/disk.scm (gptfdisk)[home-page]: Use HTTPS.
This commit is contained in:
parent
7247b84195
commit
094afc97c6
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ (define-public gptfdisk
|
|||
(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})
|
||||
|
|
Loading…
Reference in a new issue