summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2017-08-21 18:26:34 -0400
committerRedrield2017-08-21 18:26:34 -0400
commit92cdd57d85fc099ffd8add3d5efcb2e3e7173c7c (patch)
treeeb5a995b450ed4d95d44a317d9bc9cab19b20cb8
parent14b653b45f72d68c9b069bea1b78ad31403940c1 (diff)
downloadaur-92cdd57d85fc099ffd8add3d5efcb2e3e7173c7c.tar.gz
Fixed Heroku URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 287b18cc06ba..90e49d6fd165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
pkgver = 6.13.18
pkgrel = 2
- url = devcenter.heroku.com/articles/heroku-cli
+ url = https://devcenter.heroku.com/articles/heroku-cli
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 2ead3ed82183..5420de94f7bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=6.13.18
pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('i686' 'x86_64')
-url="devcenter.heroku.com/articles/heroku-cli"
+url="https://devcenter.heroku.com/articles/heroku-cli"
license=('custom' 'ISC')
optdepends=('git: Deploying to Heroku')
provides=('heroku-cli')