summaryrefslogtreecommitdiff
path: root/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild
diff options
context:
space:
mode:
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.ebuild7
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}"