From 63a8f6e59d8cc61b54c1b4d6101092b1a751c98c Mon Sep 17 00:00:00 2001 From: Pascal Knoth Date: Sun, 7 Jan 2024 07:03:33 +0100 Subject: [PATCH] Link to library instead of standalone version --- data/code/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/code/elixir.yml b/data/code/elixir.yml index f4e1c68..ed0c9bc 100644 --- a/data/code/elixir.yml +++ b/data/code/elixir.yml @@ -6,6 +6,6 @@ server_libraries: - 'Elixir OAuth2 Server: The no-brainer library to use for adding OAuth 2.0 provider capabilities to your Elixir app.' -- 'Boruta: +- 'Boruta: OAuth / OpenID Connect provider core for Elixir.' ...