summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-12-28 18:25:05 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-12-28 18:25:05 +0100
commitc366cfdae6b04cea35e793f572ce1c293a1420d3 (patch)
tree53439b66af4b2cfe575ed13fd56dce533530b35d
parent46037c5e006f506768674a0b5f2bc2fd75e65153 (diff)
downloadlugs-c366cfdae6b04cea35e793f572ce1c293a1420d3.tar.gz
lugs-c366cfdae6b04cea35e793f572ce1c293a1420d3.tar.bz2
make-rss: use HTTPS for base url
Thanks Fabian Wenk
-rwxr-xr-xmake-rss/make-rss.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-rss/make-rss.pl b/make-rss/make-rss.pl
index 9505dad..3f34721 100755
--- a/make-rss/make-rss.pl
+++ b/make-rss/make-rss.pl
@@ -15,16 +15,16 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# Author: Steven Schubiger <stsc@refcnt.org>
-# Last modified: Wed Jul 24 14:45:23 CEST 2013
+# Last modified: Thu Dec 28 18:18:44 CET 2017
use strict;
use warnings;
use lib qw(lib);
-my $VERSION = '0.01';
+my $VERSION = '0.02';
my $Config = {
- base_url => 'http://www.lugs.ch/lugs/termine/',
+ base_url => 'https://www.lugs.ch/lugs/termine/',
language => 'de',
input => './termine.txt',
output => './termine.rss',