Merge pull request #299713 from NixOS/cue-hotfix

cue: fix eval
This commit is contained in:
Weijia Wang 2024-03-28 10:52:26 +01:00 committed by GitHub
commit af8fd52e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ buildGoModule rec {
meta = with lib; {
description = "A data constraint language which aims to simplify tasks involving defining and using data";
mainProgram = "cue";
homepage = "https://cuelang.org/";
license = lib.licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];