about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/zandronum/sqlite.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/zandronum/sqlite.nix')
-rw-r--r--nixpkgs/pkgs/games/zandronum/sqlite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/games/zandronum/sqlite.nix b/nixpkgs/pkgs/games/zandronum/sqlite.nix
index 3d60dab6fe00..7f4556c87511 100644
--- a/nixpkgs/pkgs/games/zandronum/sqlite.nix
+++ b/nixpkgs/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 ];