diff options
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libdisasm/libdisasm-0.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/libdisasm/libdisasm-0.23.ebuild b/dev-embedded/libdisasm/libdisasm-0.23.ebuild index 732ccd521c0a..efa0c8af8724 100644 --- a/dev-embedded/libdisasm/libdisasm-0.23.ebuild +++ b/dev-embedded/libdisasm/libdisasm-0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream" -HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html" +HOMEPAGE="https://bastard.sourceforge.net/libdisasm.html" SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz" LICENSE="Clarified-Artistic" |