From 532dcc0a6c250824898b6942f718b70a4f971a43 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 3 Apr 2024 18:03:22 +0200
Subject: [PATCH] [conda] Fix reference to license string on pyproject.toml

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index b8c47a6..0268f46 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -50,5 +50,5 @@ test:
 about:
   home: {{ data['project']['urls']['homepage'] }}
   summary: {{ data['project']['description'] }}
-  license: {{ data['project']['license']['text'] }}
+  license: {{ data['project']['license'] }}
   license_family: BSD
-- 
GitLab