change project mailing list email

This commit is contained in:
Benjamin Dauvergne 2013-07-12 10:08:34 +02:00
parent e4fe77431c
commit f3ff3aeaba
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class CustomIndexDashboard(Dashboard):
},
{
'title': _('Authentic Mailing List'),
'url': 'https://lists.labs.libre-entreprise.org/mailman/listinfo/authentic-devel/',
'url': 'http://listes.entrouvert.com/info/authentic',
'external': True,
},
]

View File

@ -89,7 +89,7 @@ setup(name="authentic2",
description="Authentic 2, a versatile identity management server",
url="http://dev.entrouvert.org/projects/authentic/",
author="Entr'ouvert",
author_email="authentic-devel@lists.labs.libre-entreprise.org",
author_email="authentic@listes.entrouvert.com",
maintainer="Benjamin Dauvergne",
maintainer_email="bdauvergne@entrouvert.com",
scripts = ('authentic2-ctl',),