diff options
Diffstat (limited to 'www-apps/nikola/nikola-6.2.1.ebuild')
-rw-r--r-- | www-apps/nikola/nikola-6.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/nikola/nikola-6.2.1.ebuild b/www-apps/nikola/nikola-6.2.1.ebuild index d1259dcd622e..516991a1e5c7 100644 --- a/www-apps/nikola/nikola-6.2.1.ebuild +++ b/www-apps/nikola/nikola-6.2.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-6.2.1.ebuild,v 1.1 2013/11/03 02:28:10 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-6.2.1.ebuild,v 1.2 2014/01/20 10:37:59 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 DESCRIPTION="A static website and blog generator" -HOMEPAGE="http://nikola.ralsina.com.ar/" +HOMEPAGE="http://getnikola.com/" MY_PN="Nikola" if [[ ${PV} == *9999* ]]; then |