treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/Peltoche/lsd;
|
||||
homepage = "https://github.com/Peltoche/lsd";
|
||||
description = "The next gen ls command";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ filalex77 marsam ];
|
||||
|
||||
Reference in New Issue
Block a user