We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce40ffb commit a87f1dfCopy full SHA for a87f1df
.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = code-server
2
pkgdesc = VS Code in the browser
3
pkgver = 4.90.0
4
pkgrel = 1
5
- url = https://github.com/cdr/code-server
+ url = https://github.com/coder/code-server
6
arch = x86_64
7
arch = aarch64
8
license = MIT
PKGBUILD
@@ -10,7 +10,7 @@ pkgver=4.90.0
10
pkgrel=1
11
pkgdesc="VS Code in the browser"
12
arch=("x86_64" "aarch64")
13
-url="https://github.com/cdr/code-server"
+url="https://github.com/coder/code-server"
14
license=(MIT)
15
depends=(glibc)
16
source=(
0 commit comments