Update Pelican project domain in a few more places

This commit is contained in:
Justin Mayer 2012-07-31 09:41:45 -07:00
commit f4eea743db
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ entry_points = {
setup(
name = "pelican",
version = "3.0",
url = 'http://pelican.notmyidea.org/',
url = 'http://getpelican.com/',
author = 'Alexis Metaireau',
author_email = 'alexis@notmyidea.org',
description = "A tool to generate a static blog from reStructuredText or Markdown input files.",