aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/sqlite3EZ
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-11-10 22:13:27 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-11-10 22:13:46 +0100
commit24e87b49b69eeceb35698c31fc78aa6c37c3a53f (patch)
treed1c50545dac97e58e616a98b1446ddd4f75d3eff /pkgs/development/ocaml-modules/sqlite3EZ
parent8ba0b7bc3b7a0c359aced533295862e3b92ac9e8 (diff)
Change many homepage urls from http to https #30636
Diffstat (limited to 'pkgs/development/ocaml-modules/sqlite3EZ')
-rw-r--r--pkgs/development/ocaml-modules/sqlite3EZ/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/sqlite3EZ/default.nix b/pkgs/development/ocaml-modules/sqlite3EZ/default.nix
index 0a5c04ce7aa9..ef9c254aba14 100644
--- a/pkgs/development/ocaml-modules/sqlite3EZ/default.nix
+++ b/pkgs/development/ocaml-modules/sqlite3EZ/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
meta = with stdenv.lib; {
- homepage = http://github.com/mlin/ocaml-sqlite3EZ;
+ homepage = https://github.com/mlin/ocaml-sqlite3EZ;
description = "A thin wrapper for sqlite3-ocaml with a simplified interface";
license = licenses.mit;
maintainers = [ maintainers.vbgl ];