]> git.refcnt.org Git - lugs.git/commitdiff
make-rss: use HTTPS for base url
authorSteven Schubiger <stsc@refcnt.org>
Thu, 28 Dec 2017 17:25:05 +0000 (18:25 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 28 Dec 2017 17:25:05 +0000 (18:25 +0100)
Thanks Fabian Wenk

make-rss/make-rss.pl

index 9505dad8fcc6fe9959814379fb8eee403d76a39e..3f34721d9dffdc489ab56e07eaf1e690eab24cf7 100755 (executable)
 # 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',