gnu: dvtm: Use HTTPS home page URI.
* gnu/packages/dvtm.scm (dvtm)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
98d6edb621
commit
272d5ada9a
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ (define-public dvtm
|
||||||
popularized by X11-window managers like dwm, to the console. As a console
|
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
|
window manager it tries to make it easy to work with multiple console based
|
||||||
programs.")
|
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
|
;; "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."
|
;; license. The terminal emulation part is licensed under the ISC license."
|
||||||
;; source: http://www.brain-dump.org/projects/dvtm/#license
|
;; source: http://www.brain-dump.org/projects/dvtm/#license
|
||||||
|
|
Loading…
Reference in a new issue