treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ buildGoModule rec {
|
||||
|
||||
meta = {
|
||||
description = "Remote repository management made easy";
|
||||
homepage = https://github.com/x-motemen/ghq;
|
||||
homepage = "https://github.com/x-motemen/ghq";
|
||||
maintainers = with stdenv.lib.maintainers; [ sigma ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user