diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-07-11 21:58:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-07-11 22:40:20 -0700 |
commit | 4893937c1884c0cde871e2bb469a64f9d7d8853c (patch) | |
tree | aa8a55a99b1f857f42760bab9c00590711552766 /dev-python/tracing | |
parent | dev-python/larch: Version bump to 1.20151025 (diff) | |
download | gentoo-4893937c1884c0cde871e2bb469a64f9d7d8853c.tar.gz gentoo-4893937c1884c0cde871e2bb469a64f9d7d8853c.tar.bz2 gentoo-4893937c1884c0cde871e2bb469a64f9d7d8853c.zip |
dev-python/tracing: Fix license and use HTTPS
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/tracing')
-rw-r--r-- | dev-python/tracing/tracing-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tracing/tracing-0.10.ebuild b/dev-python/tracing/tracing-0.10.ebuild index d6f70ff1f199..5bac6d5c7215 100644 --- a/dev-python/tracing/tracing-0.10.ebuild +++ b/dev-python/tracing/tracing-0.10.ebuild @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Debug log/trace messages" -HOMEPAGE="http://liw.fi/tracing/" +HOMEPAGE="https://liw.fi/tracing/" SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/python-tracing/snapshot/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc examples" |