diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-03-08 19:02:21 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-03-08 19:02:21 +0100 |
commit | f6d190c0a8e29cf2aba03e55c8530f020cdcd482 (patch) | |
tree | 664f15e78f7b90a07f55bdb17cda8b5068d606d2 /gnu | |
parent | aa9edead1d1fed51774b5ceced917ccbb651af19 (diff) |
gnu: emacs-afternoon-theme: Use HTTPS home page URI.
* gnu/packages/emacs-xyz.scm (emacs-afternoon-theme)[home-page]: Use HTTPS URI.
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 4be5d6a305..c69326244a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15392,7 +15392,7 @@ Flx has support for ido (interactively do things) through flx-ido.") (sha256 (base32 "19d5d6qs5nwmpf26rsb86ranb5p4236qp7p2b4i88cimcmzspylb")))) (build-system emacs-build-system) - (home-page "http://github.com/osener/emacs-afternoon-theme") + (home-page "https://github.com/osener/emacs-afternoon-theme") (synopsis "Dark color theme with a deep blue background") (description "Afternoon theme is a dark color theme with a deep blue background.") |