use https for links

all changed links verified to work
This commit is contained in:
a1346054 2021-08-21 19:10:33 +00:00
parent 71275332a9
commit 539869bba0
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ patool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2
Website
--------
See http://wummel.github.io/patool/ for more info and downloads.
See https://wummel.github.io/patool/ for more info and downloads.
API
----

View File

@ -3,7 +3,7 @@ Installation
First, install the required software.
1. Python >= 2.7 from http://www.python.org/
1. Python >= 2.7 from https://www.python.org/
Now install the application.

View File

@ -4,7 +4,7 @@ slug: index
---
Introduction
-------------
[![XKCD Tar comic](http://imgs.xkcd.com/comics/tar.png)](http://xkcd.com/1168/)
[![XKCD Tar comic](https://imgs.xkcd.com/comics/tar.png)](https://xkcd.com/1168/)
I could never remember the correct options for all those different compression
programs. Tar, unzip, gzip - you name it and I forgot it.

View File

@ -209,7 +209,7 @@ installed.
maintainer = MyName,
maintainer_email = MyEmail,
license = "GPL",
url = "http://wummel.github.io/patool/",
url = "https://wummel.github.io/patool/",
packages = ['patoolib', 'patoolib.programs'],
data_files = data_files,
scripts = ['patool'],