protolint: add meta.mainProgram

This commit is contained in:
itstarsun 2023-11-10 11:59:41 +00:00
parent 3c87cb32f0
commit 508a3afb43
No known key found for this signature in database
GPG Key ID: 2B84426B265411FB

View File

@ -35,5 +35,6 @@ buildGoModule rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.zane ];
mainProgram = "protolint";
};
}