From 60735c3ff62d76df018a1e17a269f517a0a7f1bd Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Thu, 24 Jun 2021 20:13:10 +0200 Subject: [PATCH] replace http URLs with https --- INSTALL | 4 ++-- README | 2 +- notdebian/control | 2 +- notdebian/copyright | 2 +- ssocr.1.in | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 9022277..3de8264 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,7 @@ Prerequisites - Imlib2 shared library and development headers. On a Debian or Ubuntu system they are provided by the packages libimlib2 and libimlib2-dev. On Mac OS X you can use 'brew' to install Imlib2: brew install imlib2 - (see http://mxcl.github.com/homebrew/) + (see https://mxcl.github.com/homebrew/) - imlib2-config (part of libimlib2-dev on Debian or Ubuntu) - Build tools, e.g. build-essential on a Debian (or Ubuntu) system. - To build a .deb package, you probably need the debhelper package. @@ -87,7 +87,7 @@ the comment sign in front of the minimal CFLAGS definition in the Makefile. Website ------- You can get the current ssocr version from the official ssocr website: -http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ +https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ Third Party Packages -------------------- diff --git a/README b/README index 9151002..5d454db 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ you can read it using "make ssocr.1 && man ./ssocr.1" (without the quotes). You can get the current ssocr version from the official ssocr website: -http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ +https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ (Links to ssocr should point to the official website, not to a convenience copy of the development repository, e.g. on GitHub.) diff --git a/notdebian/control b/notdebian/control index 997e18e..17c570f 100644 --- a/notdebian/control +++ b/notdebian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Erik Auerswald Build-Depends: debhelper (>= 7), libimlib2-dev, libfreetype6-dev, zlib1g-dev, libx11-dev, libxext-dev Standards-Version: 3.8.1 -Homepage: http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ +Homepage: https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ Package: ssocr Architecture: any diff --git a/notdebian/copyright b/notdebian/copyright index 2a0aa8e..6cbd109 100644 --- a/notdebian/copyright +++ b/notdebian/copyright @@ -4,7 +4,7 @@ This package was debianized by: It was downloaded from: - http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ + https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ Upstream Author(s): diff --git a/ssocr.1.in b/ssocr.1.in index 4ff5946..441054e 100644 --- a/ssocr.1.in +++ b/ssocr.1.in @@ -457,7 +457,7 @@ images. was written by Erik Auerswald . .SH COPYRIGHT Copyright \(co @CRYEARS@ Erik Auerswald. -License GPLv3+: GNU GPL version 3 or later . +License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. @@ -465,4 +465,4 @@ There is NO WARRANTY, to the extent permitted by law. .BR netpbm (1), .BR ImageMagick (1), .P -http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ +https://www.unix-ag.uni-kl.de/~auerswal/ssocr/