treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A command-line tool to incrementally drill down JSON";
|
||||
homepage = https://github.com/simeji/jid;
|
||||
homepage = "https://github.com/simeji/jid";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ stesie ];
|
||||
|
||||
Reference in New Issue
Block a user