tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.dtools: fix license
Weijia Wang
10 months ago
3dcbf6f5
f178b652
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
dtools
default.nix
+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
23
-
license = licenses.gpl2Plus;
23
23
+
license = licenses.gpl2Only;
24
24
maintainers = with maintainers; [ dandellion ];
25
25
};
26
26
}