treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The NVIDIA Video Codec SDK";
|
||||
homepage = https://developer.nvidia.com/nvidia-video-codec-sdk;
|
||||
homepage = "https://developer.nvidia.com/nvidia-video-codec-sdk";
|
||||
license = licenses.unfree;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user