ocamlPackages.lwt_ssl: minor cleaning

This commit is contained in:
Vincent Laporte
2022-09-14 19:04:34 +02:00
committed by Vincent Laporte
parent 5d1ddac949
commit 14148976e4
@@ -4,9 +4,6 @@ buildDunePackage rec {
pname = "lwt_ssl";
version = "1.1.3";
minimumOCamlVersion = "4.02";
useDune2 = true;
src = fetchFromGitHub {
owner = "aantron";
repo = "lwt_ssl";