diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 20:18:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 00:36:55 +0100 |
| commit | d3b2c73dd55fa9430cfb17afdc025f75f97c588f (patch) | |
| tree | f5f7a142176dac174e032db004f9adae7770fd8f /gnu/packages/python-xyz.scm | |
| parent | b874f261d4708d0414dd1a967ae90b8b63a286b3 (diff) | |
gnu: python-id: Fix license.
* gnu/packages/python-xyz.scm (python-id) [license]: Fix it.
Change-Id: Idd307cba21347fb7a8d5e9d1d190a650b0fb4e5b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d3d0e1787f..ec2c100cbe 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1050,7 +1050,7 @@ supports: (description "This package provides a tool for generating @code{OIDC, OpenID Connect} identities.") - (license #f))) + (license license:asl2.0))) (define-public python-jsonpath-ng (package |
