guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: daemonize: Use HTTPS home page.


From: guix-commits
Subject: 01/09: gnu: daemonize: Use HTTPS home page.
Date: Wed, 1 Jun 2022 19:38:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e42c76c0f08764a7624593e381c00fef410e386
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: daemonize: Use HTTPS home page.
    
    * gnu/packages/admin.scm (daemonize)[home-page]: Use HTTPS.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2d817fc00f..c6bd418c3e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -525,7 +525,7 @@ services.")
         (base32 "0w4g0iyssyw7dd0061881z8s5czcl01mz6v00znax57zfxjqpvnm"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; No tests available.
-    (home-page "http://software.clapper.org/daemonize/";)
+    (home-page "https://software.clapper.org/daemonize/";)
     (synopsis "Command line utility to run a program as a daemon")
     (description
      "daemonize runs a command as a Unix daemon.  It will close all open file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]