diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 22:08:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-29 17:36:09 +0200 |
commit | 2a86a18cc305ece355fa6fddd7ae9a9c9af25651 (patch) | |
tree | 5411084c2f406b167ea4933b02db3860a0e07214 /gnu | |
parent | b750a2ce9cc08346d1492af1cae45e76c97d1d07 (diff) | |
download | guix-2a86a18cc305ece355fa6fddd7ae9a9c9af25651.tar guix-2a86a18cc305ece355fa6fddd7ae9a9c9af25651.tar.gz |
gnu: emacs-dired-du: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-dired-du)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 003a7ba2fa..a50a022742 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15346,7 +15346,7 @@ was called.") (sha256 (base32 "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1")))) (build-system emacs-build-system) - (home-page "http://elpa.gnu.org/packages/dired-du.html") + (home-page "https://elpa.gnu.org/packages/dired-du.html") (synopsis "Dired with recursive directory sizes") (description "Display the recursive size of directories in Dired. |