diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-12 16:07:24 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-13 19:33:55 +0100 |
commit | c6d0a90af5b5e96706fcfcae1494da861699f464 (patch) | |
tree | dce651ee9d7c24c6ec88143e5293e2eca1538196 /app-cdr/daa2iso | |
parent | sys-apps/dbus: remove unused patches (diff) | |
download | gentoo-c6d0a90af5b5e96706fcfcae1494da861699f464.tar.gz gentoo-c6d0a90af5b5e96706fcfcae1494da861699f464.tar.bz2 gentoo-c6d0a90af5b5e96706fcfcae1494da861699f464.zip |
app-cdr/daa2iso: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-cdr/daa2iso')
-rw-r--r-- | app-cdr/daa2iso/daa2iso-0.1.7e-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/daa2iso/daa2iso-0.1.7e-r1.ebuild b/app-cdr/daa2iso/daa2iso-0.1.7e-r1.ebuild index 7d825d3686d5..5cd795c28741 100644 --- a/app-cdr/daa2iso/daa2iso-0.1.7e-r1.ebuild +++ b/app-cdr/daa2iso/daa2iso-0.1.7e-r1.ebuild @@ -6,11 +6,11 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Program for converting the DAA and GBI files to ISO" -HOMEPAGE="http://aluigi.org/mytoolz.htm" -SRC_URI="http://aluigi.org/mytoolz/${PN}.zip -> ${P}.zip" +HOMEPAGE="https://aluigi.org/mytoolz.htm" +SRC_URI="https://aluigi.org/mytoolz/${PN}.zip -> ${P}.zip" S="${WORKDIR}/src" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" |