ocamlPackages.dtools: fix license

This commit is contained in:
Weijia Wang
2025-03-30 12:03:30 +02:00
parent f178b65206
commit 3dcbf6f50b
@@ -20,7 +20,7 @@ buildDunePackage rec {
meta = with lib; {
homepage = "https://github.com/savonet/ocaml-dtools";
description = "Library providing various helper functions to make daemons";
license = licenses.gpl2Plus;
license = licenses.gpl2Only;
maintainers = with maintainers; [ dandellion ];
};
}