summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5c80c6f5726..3c8a53182421 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = eclipse-spotbugs
pkgdesc = SpotBugs plugin for Eclipse IDE to look for bugs in Java code by static code analysis
pkgver = 3.1.11
pkgrel = 1
- url = http://pmd.sourceforge.net/
+ url = https://github.com/spotbugs/spotbugs/
arch = any
license = LGPL
depends = eclipse>=4.5.0
diff --git a/PKGBUILD b/PKGBUILD
index f80dcde72bc5..3c8c0d986e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _buildtime=201812210434-554d102
pkgrel=1
pkgdesc='SpotBugs plugin for Eclipse IDE to look for bugs in Java code by static code analysis'
arch=('any')
-url='http://pmd.sourceforge.net/'
+url='https://github.com/spotbugs/spotbugs/'
license=('LGPL')
depends=('eclipse>=4.5.0')
options=('!strip')