treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for exploring each layer in a docker image";
|
||||
homepage = https://github.com/wagoodman/dive;
|
||||
homepage = "https://github.com/wagoodman/dive";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam spacekookie ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user