sqlcipher: update homepage

This commit is contained in:
Mario Rodas 2020-05-24 04:20:00 -05:00
parent 0674b0d411
commit 62e86e40a5
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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;
};