Commit 3dcbf6f5 authored by Weijia Wang's avatar Weijia Wang
Browse files

ocamlPackages.dtools: fix license

parent f178b652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}