Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.dtools: fix license

Weijia Wang 3dcbf6f5 f178b652

+1 -1
+1 -1
pkgs/development/ocaml-modules/dtools/default.nix
··· 20 20 meta = with lib; { 21 21 homepage = "https://github.com/savonet/ocaml-dtools"; 22 22 description = "Library providing various helper functions to make daemons"; 23 - license = licenses.gpl2Plus; 23 + license = licenses.gpl2Only; 24 24 maintainers = with maintainers; [ dandellion ]; 25 25 }; 26 26 }