mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: noweb: Use HTTPS home page.
* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
This commit is contained in:
parent
070dc95066
commit
2c31cf87e3
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ (define-public noweb
|
|||
(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 @@ (define-public noweb
|
|||
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"))))
|
||||
|
|
Loading…
Reference in a new issue