quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.virtualgl.org/;
|
||||
homepage = "http://www.virtualgl.org/";
|
||||
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
|
||||
license = licenses.free; # many parts under different free licenses
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user