diff options
author | Unrud <unrud@openaliasbox.org> | 2018-08-29 05:18:50 +0200 |
---|---|---|
committer | Unrud <unrud@openaliasbox.org> | 2018-08-29 05:18:50 +0200 |
commit | 598c268bfd50c74bc2fe9f68a1142033efee2b7c (patch) | |
tree | 2e73d934b2367d31b5a12b55507a2b3677df65dc | |
parent | add dependency on radicale (diff) | |
download | radicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.tar.gz radicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.tar.bz2 radicaleinfcloud-598c268bfd50c74bc2fe9f68a1142033efee2b7c.zip |
update email
-rw-r--r-- | radicale_infcloud/__init__.py | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | setup.py | 2 |
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 @@ -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", |