sqlcipher: update homepage
This commit is contained in:
parent
0674b0d411
commit
62e86e40a5
@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://sqlcipher.net/";
|
homepage = "https://www.zetetic.net/sqlcipher/";
|
||||||
description = "Full Database Encryption for SQLite";
|
description = "SQLite extension that provides 256 bit AES encryption of database files";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user