summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2020-09-28 16:00:25 +0200
committerIgor Dejanovic2020-10-03 19:21:29 +0200
commite461f218ee7305dda5d00d9669c89c30f305d7f8 (patch)
treee0b6f7788c89ffc4a18916d3366baabc04c24a28 /PKGBUILD
parentb476eb875a5ad6b5a6ed54fdd215e010bffaeb48 (diff)
downloadaur-e461f218ee7305dda5d00d9669c89c30f305d7f8.tar.gz
Use https in url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58ca6944ac65..e50e44d3f44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.2.0
pkgrel=1
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
-url="http://textx.github.io/textX/"
+url="https://textx.github.io/textX/"
license=('MIT')
depends=('python' 'python-arpeggio' 'python-click')
makedepends=('python-setuptools')