diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:01:00 +0100 |
commit | 79becb8d379291c65a17253a4820bd6aaf1c036b (patch) | |
tree | 6d0af0fdc0642d94a182c3edffb2c7810a72923f /gnu | |
parent | c7d068bc990847eeed90fb4a042570613d0702e5 (diff) |
gnu: doc++: Use HTTPS home page.
* gnu/packages/documentation.scm (doc++)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/documentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |