diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 01:31:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 01:31:51 +0100 |
commit | 49d41690dda0501ec9dcbbc5cc6dd212a8d12601 (patch) | |
tree | b4ecea388b3a594e13ee2dd85e8fea5c2a84373e /gnu | |
parent | 07ce7ae531d58a799eec3e9113c794b717deee8f (diff) | |
download | patches-49d41690dda0501ec9dcbbc5cc6dd212a8d12601.tar patches-49d41690dda0501ec9dcbbc5cc6dd212a8d12601.tar.gz |
gnu: igt-gpu-tools: Update home page.
* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 703fd8914e..2f661f5e81 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2867,7 +2867,7 @@ buffers.") ("automake" ,automake) ("libtool" ,libtool) ("pkg-config" ,pkg-config))) - (home-page "https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/") + (home-page "https://gitlab.freedesktop.org/drm/igt-gpu-tools") (synopsis "Tools for development and testing of the Intel DRM driver") (description "IGT GPU Tools is a collection of tools for development and testing of the Intel DRM driver. There are many macro-level test suites that |