summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-13 15:06:01 +0100
committerpazz <patricktotzke@gmail.com>2011-08-13 15:06:01 +0100
commita78d499ef24f16be127cb727e4d91f7221bd5c81 (patch)
treeb745d718340f978550c6a15bfbcc9c6f522938e6 /alot/__init__.py
parent8cc5b5b13179619afa35cdbc0949b761aada32a2 (diff)
docs
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index c13d4971..ba4f02f1 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -17,10 +17,10 @@ along with notmuch. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
"""
__productname__ = 'alot'
-__version__ = '0.0.1'
+__version__ = '0.1'
__copyright__ = "Copyright (C) 2011 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal User Interface for notmuch mail (notmuchmail.org)"
-__url__ = "https://github.com/pazz/notmuch-gui"
+__url__ = "https://github.com/pazz/alot"
__license__ = "Licensed under the GNU GPL v3+."