diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 01:21:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-16 19:51:55 +0100 |
commit | 2c31cf87e3f8476c45e32ced1534f5a7bc2d01b5 (patch) | |
tree | b706557604ce5e072e6db5d3dcfb4824f2e2a82f /gnu | |
parent | 070dc95066ec70c4227ae178d90da9ae69badad1 (diff) |
gnu: noweb: Use HTTPS home page.
* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/noweb.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/noweb.scm b/gnu/packages/noweb.scm index 0954e79952..0a0010c6dd 100644 --- a/gnu/packages/noweb.scm +++ b/gnu/packages/noweb.scm @@ -82,7 +82,7 @@ (string-append "TEXINPUTS=" out "/share/texmf/tex/latex"))) #:tests? #f)) ; no tests - (home-page "http://www.cs.tufts.edu/~nr/noweb/") + (home-page "https://www.cs.tufts.edu/~nr/noweb/") (synopsis "Literate programming tool") (description "Noweb is designed to meet the needs of literate programmers while @@ -92,4 +92,4 @@ with other literate-programming tools. noweb uses 5 control sequences to WEB's 27. The noweb manual is only 4 pages; an additional page explains how to customize its LaTeX output. noweb works “out of the box” with any programming language, and supports TeX, LaTeX, HTML, and troff back ends.") - (license (fsf-free "http://www.cs.tufts.edu/~nr/noweb/#copyright")))) + (license (fsf-free "https://www.cs.tufts.edu/~nr/noweb/#copyright")))) |