Merge pull request #247166 from luochen1990/luochen1990-patch-1

Fix meta.mainProgram missing issue for jc
This commit is contained in:
Nick Cao 2023-08-05 02:41:18 -06:00 committed by GitHub
commit e2595fcc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ atemu ];
changelog = "https://github.com/kellyjonbrazil/jc/blob/v${version}/CHANGELOG";
mainProgram = "jc";
};
}