diff options
Diffstat (limited to 'sci-chemistry/coot/coot-0.3.1.ebuild')
-rw-r--r-- | sci-chemistry/coot/coot-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/coot/coot-0.3.1.ebuild b/sci-chemistry/coot/coot-0.3.1.ebuild index d2831ecca88a..5c26dca35a63 100644 --- a/sci-chemistry/coot/coot-0.3.1.ebuild +++ b/sci-chemistry/coot/coot-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.3.1.ebuild,v 1.5 2009/02/11 05:35:13 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.3.1.ebuild,v 1.6 2009/10/10 00:10:29 patrick Exp $ inherit autotools eutils @@ -8,7 +8,7 @@ MY_PV=${PV/_pre/-pre-} MY_P="${PN}-${MY_PV}" DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation" -HOMEPAGE="http://www.ysbl.york.ac.uk/~emsley/coot/" +HOMEPAGE="http://www.biop.ox.ac.uk/coot/" if [[ ${MY_PV} = *pre* ]]; then SRC_URI="http://www.ysbl.york.ac.uk/~emsley/software/pre-release/${MY_P}.tar.gz" else |