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 } /**