treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/Microsoft/azure-vhd-utils;
|
||||
homepage = "https://github.com/Microsoft/azure-vhd-utils";
|
||||
description = "Read, inspect and upload VHD files for Azure";
|
||||
longDescription = "Go package to read Virtual Hard Disk (VHD) file, a CLI interface to upload local VHD to Azure storage and to inspect a local VHD";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user