From ecd72ef063af793ef86f3e64987af1ee53cbe1d3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:13:32 +0200 Subject: [PATCH] python312Packages.pysqlitecipher: fix url --- pkgs/development/python-modules/pysqlitecipher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pysqlitecipher/default.nix b/pkgs/development/python-modules/pysqlitecipher/default.nix index 6eaa1d13eb7d..34f474c50a32 100644 --- a/pkgs/development/python-modules/pysqlitecipher/default.nix +++ b/pkgs/development/python-modules/pysqlitecipher/default.nix @@ -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 ]; };