From 62e86e40a5830366f046b63fe06c6f350c0391e0 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 24 May 2020 04:20:00 -0500 Subject: [PATCH] sqlcipher: update homepage --- pkgs/development/libraries/sqlcipher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/sqlcipher/default.nix b/pkgs/development/libraries/sqlcipher/default.nix index 52cedb9b88a9..f40c80391a23 100644 --- a/pkgs/development/libraries/sqlcipher/default.nix +++ b/pkgs/development/libraries/sqlcipher/default.nix @@ -29,8 +29,8 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = "http://sqlcipher.net/"; - description = "Full Database Encryption for SQLite"; + homepage = "https://www.zetetic.net/sqlcipher/"; + description = "SQLite extension that provides 256 bit AES encryption of database files"; platforms = platforms.unix; license = licenses.bsd3; };