cdk-go: set meta.mainProgram

This commit is contained in:
figsoda 2021-10-10 21:16:09 -04:00 committed by GitHub
parent a1128e9f25
commit 9bf9e3423b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/cdk-team/CDK";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ fab ];
mainProgram = "cdk";
};
}