git » gn.git » commit 7491c03

Trim the url a bit

author Evangelos Foutras
2020-03-03 09:33:03 UTC
committer Evangelos Foutras
2020-03-03 09:33:03 UTC
parent ea1fcc2e9dcac1190579b4e07ca52853ac94525c

Trim the url a bit

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 809315b..a88fc71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=ad9e442d92dcd9ee73a557428cfc336b55cbd533
 pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')
-url="https://gn.googlesource.com/gn/+/master/README.md"
+url="https://gn.googlesource.com/gn/"
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('clang' 'ninja' 'python' 'git')