diff options
author | 2020-04-04 10:57:50 -0300 | |
---|---|---|
committer | 2020-04-08 15:02:08 +0200 | |
commit | 7fb36c52649e60e539c0117373be4db734d79c7a (patch) | |
tree | dc884daf7d3906a96e060733fbd0a72e62398260 | |
parent | 66097d544d42d66bb6151254b6489886a148fc3e (diff) | |
download | buildroot-7fb36c52649e60e539c0117373be4db734d79c7a.tar.gz buildroot-7fb36c52649e60e539c0117373be4db734d79c7a.tar.bz2 |
package/kmscube: Use the official gitlab URL
The cgit URL is a mirror of the gitlab repository.
The README.md file of the kmscube project also points
to the gitlab repository, so switch the URL accordingly.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8ab9acbed8a46e1ba60b3ad18a2d9ec8d8b852b5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/kmscube/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kmscube/Config.in b/package/kmscube/Config.in index b9fe627c87..b6ad305bfb 100644 --- a/package/kmscube/Config.in +++ b/package/kmscube/Config.in @@ -6,4 +6,4 @@ config BR2_PACKAGE_KMSCUBE help kmscube is an application to test kms/drm drivers. - https://cgit.freedesktop.org/mesa/kmscube/ + https://gitlab.freedesktop.org/mesa/kmscube |