treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/nickjj/rolespec;
|
||||
homepage = "https://github.com/nickjj/rolespec";
|
||||
description = "A test library for testing Ansible roles";
|
||||
longDescription = ''
|
||||
A shell based test library for Ansible that works both locally and over
|
||||
|
||||
Reference in New Issue
Block a user