summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-06-20 16:26:23 +0200
committerPavol Rusnak <pavol@rusnak.io>2021-06-20 16:26:23 +0200
commit68889ed61f6cf04ebb7a71de1ce49bab3c52f964 (patch)
treea0aaee47072e3c19c4ca52c7cbd8c95fb3019506 /lib
parent7c38644d4c2ff55e3efa788ebccd6f2d4440c530 (diff)
downloadnixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar.gz
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar.bz2
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar.lz
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar.xz
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.tar.zst
nixpkgs-68889ed61f6cf04ebb7a71de1ce49bab3c52f964.zip
treewide: use quotes for url
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix2
1 files changed, 1 insertions, 1 deletions
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 {