about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2013-03-03 19:40:17 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2013-03-03 19:40:17 +0100
commitbcc9c80b8588fd778336046f6efa5ae81470f0d9 (patch)
tree0d3291f2cf6ad66caebcade75a4f2f97551a2995 /pkgs/os-specific
parent266e283fafbc36dbba89a8be5dc6717fa0011a7e (diff)
Tidy up: use the web interface for the git repo as the homepage
There have been no important updates to this driver, but it should be
included in X11R7.8
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/xf86-video-nested/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/xf86-video-nested/default.nix b/pkgs/os-specific/linux/xf86-video-nested/default.nix
index b3cad227d2764..0d0639390a739 100644
--- a/pkgs/os-specific/linux/xf86-video-nested/default.nix
+++ b/pkgs/os-specific/linux/xf86-video-nested/default.nix
@@ -23,8 +23,8 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = git://anongit.freedesktop.org/xorg/driver/xf86-video-nested;
-    description = "Driver to run Xorg on top of Xorg or something else";
+    homepage = http://cgit.freedesktop.org/xorg/driver/xf86-video-nested;
+    description = "A driver to run Xorg on top of Xorg or something else";
     maintainers = [ stdenv.lib.maintainers.goibhniu ];
     platforms = stdenv.lib.platforms.linux;
   };