guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: doc++: Use HTTPS home page.


From: guix-commits
Subject: 08/11: gnu: doc++: Use HTTPS home page.
Date: Fri, 27 Jan 2023 19:31:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 79becb8d379291c65a17253a4820bd6aaf1c036b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100

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

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index f0cc10bc49..b701f2936e 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -251,7 +251,7 @@ and to some extent D.")
     (build-system gnu-build-system)
     (native-inputs
      (list flex gettext-minimal))
-    (home-page "http://docpp.sourceforge.net/";)
+    (home-page "https://docpp.sourceforge.net";)
     (synopsis "Documentation system for C, C++, IDL, and Java")
     (description
      "DOC++ is a documentation system for C, C++, IDL, and Java.  It can



reply via email to

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