Skip to content

Commit 991f510

Browse files
authored
Update for clojure
I added support for the subject with this PR: funcool/buddy-sign#72 Also, I noticed the version number was pretty far behind the current tag/version for the repo so I have updated that also.
1 parent e492206 commit 991f510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/website/libraries/17-Clojure.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sign": true,
1111
"verify": true,
1212
"iss": true,
13-
"sub": false,
13+
"sub": true,
1414
"aud": true,
1515
"exp": true,
1616
"nbf": true,
@@ -30,7 +30,7 @@
3030
"authorName": "Andrey Antukh",
3131
"gitHubRepoPath": "funcool/buddy",
3232
"repoUrl": "https://github.com/funcool/buddy/",
33-
"installCommandHtml": "lein: [funcool/buddy \"0.6.0\"]"
33+
"installCommandHtml": "lein: [funcool/buddy \"2.0.0\"]"
3434
}
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)