treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A set of utilities for checking Go sources.";
|
||||
homepage = https://gitlab.com/opennota/check;
|
||||
homepage = "https://gitlab.com/opennota/check";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user