diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 09:54:54 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:54:03 -0400 |
commit | c1c5611b730914ba94f3bce7c13b95b326ca7340 (patch) | |
tree | bb07fa0b8cdb015fa0fae135b1524dda93cef6d1 /dev-util/lttng-ust/lttng-ust-2.7.1.ebuild | |
parent | dev-util/lttng-tools: update homepage (diff) | |
download | gentoo-c1c5611b730914ba94f3bce7c13b95b326ca7340.tar.gz gentoo-c1c5611b730914ba94f3bce7c13b95b326ca7340.tar.bz2 gentoo-c1c5611b730914ba94f3bce7c13b95b326ca7340.zip |
dev-util/lttng-ust: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/lttng-ust/lttng-ust-2.7.1.ebuild')
-rw-r--r-- | dev-util/lttng-ust/lttng-ust-2.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild index 2131cbbec5ad..c440ff6af2ce 100644 --- a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild +++ b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,8 +9,8 @@ MY_P="${P/_rc/-rc}" MY_SLOT="$(get_version_component_range 1-2)" DESCRIPTION="Linux Trace Toolkit - UST library" -HOMEPAGE="http://lttng.org" -SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" +HOMEPAGE="https://lttng.org" +SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${MY_SLOT}" |