From 598c268bfd50c74bc2fe9f68a1142033efee2b7c Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 29 Aug 2018 05:18:50 +0200 Subject: update email --- radicale_infcloud/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 setup.py diff --git a/radicale_infcloud/__init__.py b/radicale_infcloud/__init__.py index f7509ba..7f1b3ea 100644 --- a/radicale_infcloud/__init__.py +++ b/radicale_infcloud/__init__.py @@ -1,5 +1,5 @@ # RadicaleWeb web interface for Radicale. -# Copyright (C) 2017 Unrud +# Copyright (C) 2017 Unrud # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index b0c9244..bb64475 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( version=VERSION, description="InfCloud for Radicale", author="Unrud", - author_email="unrud@openaliasbox.org", + author_email="unrud@outlook.com", url="http://github.com/Unrud/RadicaleWeb", license="GNU AGPL v3", platforms="Any", -- cgit