Merge pull request #246967 from khaneliman/nil

This commit is contained in:
figsoda 2023-08-03 11:16:58 -04:00 committed by GitHub
commit 1d6b12d139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/oxalica/nil/releases/tag/${version}";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ figsoda oxalica ];
mainProgram = "nil";
};
}