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
This commit is contained in:
Cillian de Róiste 2013-03-03 19:40:17 +01:00
parent 266e283faf
commit bcc9c80b85

View file

@ -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;
};