treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A command line tool for Vultr services, a provider for cloud virtual private servers";
|
||||
homepage = https://github.com/JamesClonk/vultr;
|
||||
homepage = "https://github.com/JamesClonk/vultr";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.zauberpony ];
|
||||
|
||||
Reference in New Issue
Block a user