Skip to content

Commit

Permalink
app-editors/bluefish: use https, fix LICENSE
Browse files Browse the repository at this point in the history
Closes: gentoo#24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Apr 3, 2022
1 parent 8982298 commit 170bc2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-editors/bluefish/bluefish-2.2.12.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -8,11 +8,11 @@ PYTHON_COMPAT=( python3_{7..9} )
MY_P=${P/_/-}
inherit autotools python-single-r1 xdg

DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer"
HOMEPAGE="http://bluefish.openoffice.nl/"
DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
HOMEPAGE="https://bluefish.openoffice.nl/"
SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2"

LICENSE="GPL-2"
LICENSE="GPL-3+"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
SLOT="0"
IUSE="gucharmap nls python spell"
Expand Down

0 comments on commit 170bc2d

Please sign in to comment.