treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "OpenGL utility library";
|
||||
homepage = https://cgit.freedesktop.org/mesa/glu/;
|
||||
homepage = "https://cgit.freedesktop.org/mesa/glu/";
|
||||
license = stdenv.lib.licenses.sgi-b-20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isAndroid;
|
||||
|
||||
Reference in New Issue
Block a user