diff options
author | Sam James <sam@gentoo.org> | 2023-05-31 04:18:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 04:18:19 +0100 |
commit | 29ba33ce83d9124e240b0e2479d017216750dc06 (patch) | |
tree | 16f56772ac7be8fa8b4b089f5fbdf444f16ba5ad /net-analyzer | |
parent | net-analyzer/ntopng: add github upstream metadata (diff) | |
download | gentoo-29ba33ce83d9124e240b0e2479d017216750dc06.tar.gz gentoo-29ba33ce83d9124e240b0e2479d017216750dc06.tar.bz2 gentoo-29ba33ce83d9124e240b0e2479d017216750dc06.zip |
net-analyzer/ntopng: tweak SRC_URI
Easier to click.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntopng/ntopng-5.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-5.6-r2.ebuild b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild index 9dca5e2d0a9e..f0d95a98fcd5 100644 --- a/net-analyzer/ntopng/ntopng-5.6-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild @@ -10,7 +10,7 @@ inherit autotools toolchain-funcs NTOPNG_DIST_COMMIT="90d81ad0281eb6eb582a683ac321a3959abb1269" DESCRIPTION="Network traffic analyzer with web interface" HOMEPAGE="https://www.ntop.org/" -SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ntop/ntopng/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://github.com/ntop/ntopng-dist/archive/${NTOPNG_DIST_COMMIT}.tar.gz -> ${P}-web-${NTOPNG_DIST_COMMIT}.tar.gz" LICENSE="GPL-3" |