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 3d481c3c1b7e..dfc79fd92aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ruby-hpricot
pkgdesc = A swift, liberal HTML parser with a fantastic library
pkgver = 0.8.6
pkgrel = 7
- url = http://code.whytheluckystiff.net/hpricot/
+ url = https://github.com/hpricot/hpricot
arch = x86_64
license = MIT
depends = ruby
diff --git a/PKGBUILD b/PKGBUILD
index c705ec5be60a..eea73aae222e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.8.6
pkgrel=7
pkgdesc='A swift, liberal HTML parser with a fantastic library'
arch=(x86_64)
-url='http://code.whytheluckystiff.net/hpricot/'
+url='https://github.com/hpricot/hpricot'
license=(MIT)
depends=(ruby)
options=(!emptydirs)