This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 272d5ad  gnu: dvtm: Use HTTPS home page URI.
272d5ad is described below

commit 272d5ada9a3cc951f81e000f51ad7dd506073a5b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 27 01:49:41 2020 +0200

    gnu: dvtm: Use HTTPS home page URI.
    
    * gnu/packages/dvtm.scm (dvtm)[home-page]: Use HTTPS URI.
---
 gnu/packages/dvtm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/dvtm.scm b/gnu/packages/dvtm.scm
index af16aa8..8515c5d 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

Reply via email to