diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 00:48:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 01:30:16 +0200 |
commit | 6fd52309b8f52c9bb59fccffac53e029ce94b698 (patch) | |
tree | bf54edb6c182356547acfa82deba8c402b03738c /gnu/packages/pretty-print.scm | |
parent | c219997a146dc7a955d4f58d36afab2aa926f49c (diff) | |
download | patches-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar patches-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar.gz |
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
Diffstat (limited to 'gnu/packages/pretty-print.scm')
-rw-r--r-- | gnu/packages/pretty-print.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 3af7777304..a11c34330d 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -94,7 +94,7 @@ "tests/gps-ref/psmandup.ps") (("#! */bin/sh") (string-append "#!" (which "sh"))))))))) - (home-page "http://www.gnu.org/software/a2ps") + (home-page "https://www.gnu.org/software/a2ps/") (synopsis "Any file to PostScript, including pretty-printing") (description "GNU a2ps converts almost anything to a PostScript file, ready for @@ -120,7 +120,7 @@ special cases, such as pretty-printing \"--help\" output.") (arguments ;; Must define DIFF_CMD for tests to pass '(#:configure-flags '("CPPFLAGS=-DDIFF_CMD=\\\"diff\\\""))) - (home-page "http://www.gnu.org/software/trueprint") + (home-page "https://www.gnu.org/software/trueprint/") (synopsis "Pretty-print C sources and other plain text to PostScript") (description "GNU Trueprint translates C source code files as PostScript files. @@ -141,7 +141,7 @@ indentation counting, function and file indices and more.") (base32 "1fy0ymvzrrvs889zanxcaxjfcxarm2d3k43c9frmbl1ld7dblmkd")))) (build-system gnu-build-system) - (home-page "http://www.gnu.org/software/enscript") + (home-page "https://www.gnu.org/software/enscript/") (synopsis "Generating PostScript, including pretty-printing") (description "GNU Enscript is a program to convert ASCII text files to PostScript, @@ -215,7 +215,7 @@ to @code{IOStreams}.") "tests/test.tcl.html") (("#! */bin/sh") "#!/bin/sh"))) %standard-phases))) - (home-page "http://www.gnu.org/software/src-highlite") + (home-page "https://www.gnu.org/software/src-highlite/") (synopsis "Produce a document with syntax highlighting from a source file") (description "GNU source-highlight reads in a source code file and produces an output |