1 { lib, bundlerEnv, bundlerUpdateScript, ruby }:
4 pname = "license_finder";
10 passthru.updateScript = bundlerUpdateScript "license_finder";
13 description = "Find licenses for your project's dependencies";
14 homepage = "https://github.com/pivotal/licensefinder";
15 license = licenses.mit;
16 maintainers = with maintainers; [ wolfangaukang ];
17 platforms = platforms.unix;