diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-05-07 16:21:17 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-05-07 16:21:17 +0100 |
| commit | 84ed4f99448094cb6f964cd5dd8444553219b445 (patch) | |
| tree | 0472a6e8bd4528771b23014c6e57cd53839792c9 | |
| parent | b3db1cce32036aeb23ca830c9b1e818ce90f5a2b (diff) | |
| download | halibut-84ed4f99448094cb6f964cd5dd8444553219b445.zip halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.gz halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.bz2 halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.xz | |
Switch chiark URLs to https.
| -rw-r--r-- | doc/manpage.but | 2 | ||||
| -rw-r--r-- | misc/halibut.spec | 4 | ||||
| -rw-r--r-- | misc/halibut.vim | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/manpage.but b/doc/manpage.but index 711f7e3..56048f6 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -144,7 +144,7 @@ For more information on Halibut, including full details of the input file format, look in the full manual. If this is not installed locally on your system, you can also find it at the Halibut web site: -\W{http://www.chiark.greenend.org.uk/~sgtatham/halibut/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/halibut/} +\W{https://www.chiark.greenend.org.uk/~sgtatham/halibut/}\cw{https://www.chiark.greenend.org.uk/~sgtatham/halibut/} \H{manpage-bugs} BUGS diff --git a/misc/halibut.spec b/misc/halibut.spec index 484fb5c..0803db2 100644 --- a/misc/halibut.spec +++ b/misc/halibut.spec @@ -9,11 +9,11 @@ Name: halibut Version: 0.9 Release: 1 -Source: http://www.chiark.greenend.org.uk/~sgtatham/halibut/%{name}-%{version}.tar.gz +Source: https://www.chiark.greenend.org.uk/~sgtatham/halibut/%{name}-%{version}.tar.gz Group: Applications/Text Summary: TeX-like software manual tool License: MIT -URL: http://www.chiark.greenend.org.uk/~sgtatham/halibut.html +URL: https://www.chiark.greenend.org.uk/~sgtatham/halibut.html BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %package vim diff --git a/misc/halibut.vim b/misc/halibut.vim index 170bb09..9c0de87 100644 --- a/misc/halibut.vim +++ b/misc/halibut.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Halibut " Maintainer: Jacob Nevins <jacobn+vim@chiark.greenend.org.uk> -" URL: http://www.chiark.greenend.org.uk/~sgtatham/halibut/ +" URL: https://www.chiark.greenend.org.uk/~sgtatham/halibut/ " Filenames: *.but " I've never been entirely comfortable with vim's syntax highlighting |