summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2023-01-13 12:11:08 +0100
committeramesgen2023-01-13 12:11:08 +0100
commitd3a2d442b7e201eeb7660e5bffc30b5ca000fda4 (patch)
tree5ea9b95a10c5462168d26cd2cec02b6ccc7561db
parentcfeb5aac53856b23fe8d57d1bb9416b77e75f104 (diff)
downloadaur-d3a2d442b7e201eeb7660e5bffc30b5ca000fda4.tar.gz
Update link to ghcup website
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc9ba1abf22..01fe0e926c8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ghcup-hs-bin
pkgdesc = an installer for the general purpose language Haskell
pkgver = 0.1.19.0
pkgrel = 1
- url = https://gitlab.haskell.org/haskell/ghcup-hs
+ url = https://www.haskell.org/ghcup/
install = ghcup-hs-bin.install
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index ba3d98b7599d..794989a49ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.19.0
pkgrel=1
pkgdesc="an installer for the general purpose language Haskell"
arch=('x86_64' 'aarch64' 'armv7h' 'i686')
-url="https://gitlab.haskell.org/haskell/ghcup-hs"
+url="https://www.haskell.org/ghcup/"
license=('LGPL3')
depends=()
optdepends=('curl'