summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsculley2017-12-30 12:16:15 -0600
committercsculley2017-12-30 12:16:15 -0600
commit201611b388550bbc1a5c4e1ff494b231cdf20b5e (patch)
treefbbdefc267b0b1c60ae08bd410151f3685277590
parent43c1c2d89f1091c4dee270132abe1e15668b1927 (diff)
downloadaur-201611b388550bbc1a5c4e1ff494b231cdf20b5e.tar.gz
Fix upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a66e8d0a6f5..4fa88ff1fbfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sleepplan-git
pkgdesc = Calculate times to wake up based on bedtimes, and vice versa.
pkgver = r16.4fe2ec9
pkgrel = 1
- url = https://csculley.site
+ url = https://github.com/csculley/sleepplan
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 45052e21c2b6..bff48bed120a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Calculate times to wake up based on bedtimes, and vice versa."
arch=('any')
license=('GPL3')
-url="https://csculley.site"
+url="https://github.com/csculley/sleepplan"
makedepends=('git')
provides=('sleepplan')
conflicts=('sleepplan')