lol

sqlcipher: missing semicolon on nix syntax

+1 -1
+1 -1
pkgs/development/libraries/sqlcipher/default.nix
··· 18 18 LDFLAGS = if readline != null then "-lncurses" else ""; 19 19 20 20 meta = { 21 - homepage = http://sqlcipher.net/ 21 + homepage = http://sqlcipher.net/; 22 22 description = "Full Database Encryption for SQLite"; 23 23 platforms = stdenv.lib.platforms.unix; 24 24 };