diff options
| author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-06 18:56:53 +0200 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-04-07 10:23:01 +0200 |
| commit | 0b557ada46f5ec362ca98414ba5d8571910c7977 (patch) | |
| tree | 56e755612cdd8208cdfbb21a2762e2ad3f6ea292 /dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild | |
| parent | d19fb913c0e3bec720d47c98bb6e339e8a9c8484 (diff) | |
| download | gentoo-0b557ada46f5ec362ca98414ba5d8571910c7977.tar.gz gentoo-0b557ada46f5ec362ca98414ba5d8571910c7977.tar.bz2 gentoo-0b557ada46f5ec362ca98414ba5d8571910c7977.zip | |
dev-java/findbugs-annotations: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild')
| -rw-r--r-- | dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild b/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild index 5270eda74562..99153285f62d 100644 --- a/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild +++ b/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -12,8 +12,9 @@ MAVEN_ID="com.google.code.findbugs:findbugs-annotations:3.0.1" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Annotation defined by the FindBugs tool" -HOMEPAGE="http://findbugs.sourceforge.net/" +HOMEPAGE="https://findbugs.sourceforge.net/" SRC_URI="https://repo1.maven.org/maven2/com/google/code/findbugs/${PN}/${PV}/${P}-sources.jar" +S="${WORKDIR}" LICENSE="LGPL-3" SLOT="0" @@ -37,5 +38,3 @@ RDEPEND=" ${CP_DEPEND}" BDEPEND="app-arch/unzip" - -S="${WORKDIR}" |
