nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.dtools: fix license

+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 }