treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The GL Vendor-Neutral Dispatch library";
|
||||
homepage = https://github.com/NVIDIA/libglvnd;
|
||||
homepage = "https://github.com/NVIDIA/libglvnd";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user