summary refs log tree commit diff
path: root/pkgs/games/zandronum/sqlite.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/zandronum/sqlite.nix')
-rw-r--r--pkgs/games/zandronum/sqlite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/zandronum/sqlite.nix b/pkgs/games/zandronum/sqlite.nix
index 3d60dab6fe0..7f4556c8751 100644
--- a/pkgs/games/zandronum/sqlite.nix
+++ b/pkgs/games/zandronum/sqlite.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = http://www.sqlite.org/;
+    homepage = "http://www.sqlite.org/";
     description = "A single C code file, named sqlite3.c, that contains all C code for the core SQLite library and the FTS3 and RTREE extensions";
     platforms = stdenv.lib.platforms.unix;
     maintainers = [ lib.maintainers.lassulus ];