treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
cp with $out/bin/with
|
||||
'';
|
||||
meta = {
|
||||
homepage = https://github.com/mchav/With;
|
||||
homepage = "https://github.com/mchav/With";
|
||||
description = "Command prefixing for continuous workflow using a single tool";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user