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 /misc | |
| parent | b3db1cce32036aeb23ca830c9b1e818ce90f5a2b (diff) | |
| download | halibut-84ed4f99448094cb6f964cd5dd8444553219b445.zip halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.gz halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.bz2 halibut-84ed4f99448094cb6f964cd5dd8444553219b445.tar.xz | |
Switch chiark URLs to https.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/halibut.spec | 4 | ||||
| -rw-r--r-- | misc/halibut.vim | 2 |
2 files changed, 3 insertions, 3 deletions
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 |