Skip to content

Commit

Permalink
app-admin/analog: fix HOMEPAGE and SRC_URI.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: https://bugs.gentoo.org/680712
Closes: gentoo#11475
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
mm1ke authored and monsieurp committed Mar 26, 2019
1 parent ff44f32 commit 68217eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-admin/analog/analog-6.0-r4.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="A webserver log analyzer"
HOMEPAGE="http://www.c-amie.co.uk/analog/"
SRC_URI="http://www.analog.cx/${P}.tar.gz"
HOMEPAGE="https://www.c-amie.co.uk/software/analog/"
SRC_URI="https://web.archive.org/web/20140331011039/http://www.analog.cx/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
Expand Down

0 comments on commit 68217eb

Please sign in to comment.