treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -116,7 +116,7 @@ in buildRubyGem rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool for building complete development environments";
|
||||
homepage = https://www.vagrantup.com/;
|
||||
homepage = "https://www.vagrantup.com/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
|
||||
Reference in New Issue
Block a user