From 68889ed61f6cf04ebb7a71de1ce49bab3c52f964 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 20 Jun 2021 16:26:23 +0200 Subject: treewide: use quotes for url --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index 3c4323e3d96..4792f1cb592 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -742,7 +742,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) ({ stk = { shortName = "stk"; fullName = "Synthesis Tool Kit 4.3"; - url = https://github.com/thestk/stk/blob/master/LICENSE; + url = "https://github.com/thestk/stk/blob/master/LICENSE"; }; tcltk = spdx { -- cgit 1.4.1