treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://rsc.io/2fa;
|
||||
homepage = "https://rsc.io/2fa";
|
||||
description = "Two-factor authentication on the command line";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
|
||||
Reference in New Issue
Block a user