Skip to content

Commit

Permalink
Cleanup, link www.mailpile.is
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Sep 24, 2013
1 parent b885574 commit 5bfe2fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ urlmap:
@python mailpile/urlmap.py >doc/URLS.md

clean:
@rm -vf *.pyc */*.pyc mailpile-tmp.py scripts/breeder.py mailpile.py
@rm -vf *.pyc */*.pyc */*/*.pyc mailpile-tmp.py mailpile.py
@rm -vf .appver MANIFEST setup.cfg .SELF
@rm -vrf *.egg-info build/ mp-virtualenv/ dist/
@rm -vf debian/files debian/control debian/copyright debian/changelog
@rm -vrf debian/pagekite* debian/python* debian/init.d

virtualenv:
virtualenv mp-virtualenv
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ X-Python-Version: >= 2.6
Package: mailpile
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gnupginterface (>= 0.3.2), python-lxml (>= 2.3.2), python-imaging (>= 1.1.7)
Homepage: https://mailpile.is
Description: Mailpile
Homepage: http://www.mailpile.is
Description: Mailpile
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license="AGPLv3+",
author="Bjarni R. Einarsson",
author_email="bre@klaki.net",
url="http://themailpile.org/",
url="http://www.mailpile.is/",
description="""Mailpile is a personal tool for searching and indexing e-mail.""",
long_description="""\
Mailpile is a tool for building and maintaining a tagging search
Expand Down

0 comments on commit 5bfe2fa

Please sign in to comment.