1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "licensee";
11 description = "Ruby Gem to detect under what license a project is distributed";
12 homepage = "https://licensee.github.io/licensee/";
13 license = licenses.mit;
14 maintainers = [ maintainers.sternenseemann ];
15 platforms = platforms.unix;
16 mainProgram = "licensee";