treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A generator for LS_COLORS with support for multiple color themes";
|
||||
homepage = https://github.com/sharkdp/vivid;
|
||||
homepage = "https://github.com/sharkdp/vivid";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ maintainers.dtzWill ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user