python312Packages.pysqlitecipher: fix url

This commit is contained in:
jopejoe1 2024-05-08 20:13:32 +02:00
parent 1e11f4625a
commit ecd72ef063

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Lightweight and easy to use sqlite wrapper with built-in encryption system";
homepage = "Ghttps://github.com/harshnative/pysqlitecipher";
homepage = "https://github.com/harshnative/pysqlitecipher";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ dotlambda ];
};