diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-27 01:49:41 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-27 01:49:41 +0200 |
commit | 272d5ada9a3cc951f81e000f51ad7dd506073a5b (patch) | |
tree | 70e4109d62801d3a3a53658e8bf5603610f87d4f /gnu/packages/dvtm.scm | |
parent | 98d6edb621ac69b8a5108b4452a2daa078ed0fcc (diff) | |
download | guix-272d5ada9a3cc951f81e000f51ad7dd506073a5b.tar.gz |
gnu: dvtm: Use HTTPS home page URI.
* gnu/packages/dvtm.scm (dvtm)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/dvtm.scm')
-rw-r--r-- | gnu/packages/dvtm.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/dvtm.scm b/gnu/packages/dvtm.scm index af16aa8f91..8515c5d06b 100644 --- a/gnu/packages/dvtm.scm +++ b/gnu/packages/dvtm.scm @@ -47,8 +47,7 @@ popularized by X11-window managers like dwm, to the console. As a console window manager it tries to make it easy to work with multiple console based programs.") - (home-page "http://www.brain-dump.org/projects/dvtm/") - + (home-page "https://www.brain-dump.org/projects/dvtm/") ;; "dvtm reuses some code of dwm and is released under the same MIT/X11 ;; license. The terminal emulation part is licensed under the ISC license." ;; source: http://www.brain-dump.org/projects/dvtm/#license |