Skip to content
Snippets Groups Projects
Unverified Commit 2c31cf87 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: noweb: Use HTTPS home page.

* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
parent 070dc950
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ (define-public noweb ...@@ -82,7 +82,7 @@ (define-public noweb
(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 @@ (define-public noweb ...@@ -92,4 +92,4 @@ (define-public noweb
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"))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment