treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ buildGoPackage rec {
|
||||
buildFlags = [ "-tags production" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.keybase.io/;
|
||||
homepage = "https://www.keybase.io/";
|
||||
description = "The Keybase official command-line utility and service.";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ carlsverre np rvolosatovs filalex77 ];
|
||||
|
||||
Reference in New Issue
Block a user