summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-11 22:07:09 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-11 22:40:20 -0700
commit5ff2893a6eafcc9f089216d80bf8578015f58c1b (patch)
treedb8c5d287e0b71aa206a252c1d5e878db14b02e9 /app-backup
parentdev-python/tracing: Fix license and use HTTPS (diff)
downloadgentoo-5ff2893a6eafcc9f089216d80bf8578015f58c1b.tar.gz
gentoo-5ff2893a6eafcc9f089216d80bf8578015f58c1b.tar.bz2
gentoo-5ff2893a6eafcc9f089216d80bf8578015f58c1b.zip
app-backup/cachedir: Fix license and use HTTPS
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/cachedir/cachedir-1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/cachedir/cachedir-1.4.ebuild b/app-backup/cachedir/cachedir-1.4.ebuild
index fb3b02c8706b..f3366e1302a1 100644
--- a/app-backup/cachedir/cachedir-1.4.ebuild
+++ b/app-backup/cachedir/cachedir-1.4.ebuild
@@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
inherit distutils-r1
DESCRIPTION="Tag/untag cache directories"
-HOMEPAGE="http://liw.fi/cachedir/"
-SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cachedir/snapshot/${P}.tar.gz"
+HOMEPAGE="https://liw.fi/cachedir/"
+SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"