treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A packaging tool built around IPFS";
|
||||
homepage = https://github.com/whyrusleeping/gx;
|
||||
homepage = "https://github.com/whyrusleeping/gx";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for importing go packages into gx";
|
||||
homepage = https://github.com/whyrusleeping/gx-go;
|
||||
homepage = "https://github.com/whyrusleeping/gx-go";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user