diff options
author | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
commit | b279863acb9ae3ade833ea00bcb17f22001e20db (patch) | |
tree | ff8bf1c8e22fea335f85092f689154b66968a7fe /extras | |
parent | 9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff) |
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'extras')
-rwxr-xr-x | extras | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env perl # -# Script taken from InspIRCd, www.inspircd.org +# Script taken from InspIRCd, https://www.inspircd.org/ # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS @@ -9,7 +9,7 @@ # details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # |