From f7fc4caf65ea8f13cac9b2b3e7bae487ab3e1010 Mon Sep 17 00:00:00 2001 From: Cassidy James Date: Tue, 30 Jun 2026 21:09:51 -0600 Subject: [PATCH] ci: Remove nostril from excepted package licenses (#398) --- .github/workflows/license-check-python.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/license-check-python.yml b/.github/workflows/license-check-python.yml index 54b5549..ea84e2d 100644 --- a/.github/workflows/license-check-python.yml +++ b/.github/workflows/license-check-python.yml @@ -48,7 +48,6 @@ jobs: # Packages pending license policy review: # unidecode: GPL v2+ (#354) # tld: GPL v2 / LGPL / MPL 1.1 (#355) - # nostril: LGPL 2.1 (#356) # psycopg2-binary: LGPL (#357) # simplejson: Academic Free License + MIT (#358) # text-unidecode: Artistic + GPL (transitive via faker) (#359) @@ -57,4 +56,4 @@ jobs: google-crc32c \ ddtrace \ osprey-rpc osprey-worker example_plugins \ - unidecode tld nostril psycopg2-binary simplejson text-unidecode + unidecode tld psycopg2-binary simplejson text-unidecode -- 2.51.2