treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "A tool for #! scripts with more than one argument";
|
||||
|
||||
homepage = https://github.com/shlevy/long-shebang;
|
||||
homepage = "https://github.com/shlevy/long-shebang";
|
||||
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user