From 555c54a4f1a8d3cbe84afda362d71eca65773fad Mon Sep 17 00:00:00 2001 From: shahyashish <95119920+shahyashish@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:07:13 +0530 Subject: [PATCH] Fix issue #1316: New Maven provider: Clojars --- lib/entityCoordinates.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/entityCoordinates.ts b/lib/entityCoordinates.ts index 48a70c26..5caebcc2 100644 --- a/lib/entityCoordinates.ts +++ b/lib/entityCoordinates.ts @@ -22,7 +22,8 @@ const REVISION = 0x1 */ const toLowerCaseMap: Record = { github: NAMESPACE | NAME, - pypi: NAME + pypi: NAME, + clojars: NAMESPACE | NAME } /**