mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = false; # fails. requires tcl?
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://sqlcipher.net/;
|
||||
homepage = "http://sqlcipher.net/";
|
||||
description = "Full Database Encryption for SQLite";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user