summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sqlexpr
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/sqlexpr
parent8ba0b7bc3b7a0c359aced533295862e3b92ac9e8 (diff)
downloadnixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.gz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.bz2
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.lz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.xz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.zst
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.zip
Change many homepage urls from http to https #30636
Diffstat (limited to 'pkgs/development/ocaml-modules/sqlexpr')
-rw-r--r--pkgs/development/ocaml-modules/sqlexpr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/sqlexpr/default.nix b/pkgs/development/ocaml-modules/sqlexpr/default.nix
index d0363abbf2cf..6d1654f2b42f 100644
--- a/pkgs/development/ocaml-modules/sqlexpr/default.nix
+++ b/pkgs/development/ocaml-modules/sqlexpr/default.nix
@@ -12,7 +12,7 @@ buildOcaml rec {
   propagatedBuildInputs = [ ocaml_batteries csv ocaml_lwt ocaml_sqlite3 estring ];
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/mfp/ocaml-sqlexpr;
+    homepage = https://github.com/mfp/ocaml-sqlexpr;
     description = "Type-safe, convenient SQLite database access";
     license = licenses.lgpl21;
   };