Archived
1
0
Fork 0

gnu: noweb: Use HTTPS home page.

* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-15 01:21:15 +01:00
parent 070dc95066
commit 2c31cf87e3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -82,7 +82,7 @@
(string-append "TEXINPUTS=" out (string-append "TEXINPUTS=" out
"/share/texmf/tex/latex"))) "/share/texmf/tex/latex")))
#:tests? #f)) ; no tests #: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") (synopsis "Literate programming tool")
(description (description
"Noweb is designed to meet the needs of literate programmers while "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 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 to customize its LaTeX output. noweb works out of the box with any
programming language, and supports TeX, LaTeX, HTML, and troff back ends.") 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"))))