treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Google App Engine SDK for Go";
|
||||
version = version;
|
||||
homepage = https://cloud.google.com/appengine/docs/go/;
|
||||
homepage = "https://cloud.google.com/appengine/docs/go/";
|
||||
license = licenses.asl20;
|
||||
platforms = ["x86_64-linux" "x86_64-darwin"];
|
||||
maintainers = with maintainers; [ lufia ];
|
||||
|
||||
Reference in New Issue
Block a user