1 { lib, buildGoModule, fetchFromGitHub, git }:
4 pname = "go-license-detector";
7 src = fetchFromGitHub {
11 hash = "sha256-S9LKXjn5dL5FETOOAk+bs7bIVdu2x7MIhfjpZuXzuLo=";
14 vendorHash = "sha256-MtQsUsFd9zQGbP7NGZ4zcSoa6O2WSWvGig0GUwCc6uM=";
16 nativeCheckInputs = [ git ];
19 description = "Reliable project licenses detector";
20 homepage = "https://github.com/go-enry/go-license-detector";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ dtzWill ];
23 mainProgram = "license-detector";