aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnrud <unrud@openaliasbox.org>2018-08-29 05:18:50 +0200
committerUnrud <unrud@openaliasbox.org>2018-08-29 05:18:50 +0200
commit598c268bfd50c74bc2fe9f68a1142033efee2b7c (patch)
tree2e73d934b2367d31b5a12b55507a2b3677df65dc
parentadd dependency on radicale (diff)
downloadradicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.tar.gz
radicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.tar.bz2
radicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.zip
update email
-rw-r--r--radicale_infcloud/__init__.py2
-rwxr-xr-x[-rw-r--r--]setup.py2
2 files changed, 2 insertions, 2 deletions
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 <unrud@openaliasbox.org>
+# Copyright (C) 2017 Unrud <unrud@outlook.com>
#
# 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
index b0c9244..bb64475 100644..100755
--- 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",
bgstack15