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 meta = with lib; { 21 homepage = "https://github.com/savonet/ocaml-dtools"; 22 description = "Library providing various helper functions to make daemons"; 23 - license = licenses.gpl2Plus; 24 maintainers = with maintainers; [ dandellion ]; 25 }; 26 }
··· 20 meta = with lib; { 21 homepage = "https://github.com/savonet/ocaml-dtools"; 22 description = "Library providing various helper functions to make daemons"; 23 + license = licenses.gpl2Only; 24 maintainers = with maintainers; [ dandellion ]; 25 }; 26 }