treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A better Git subtree helper command";
|
||||
homepage = http://deliciousinsights.github.io/git-stree;
|
||||
homepage = "http://deliciousinsights.github.io/git-stree";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.benley ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user