From b1741a14d8d1900fbc3a5c848a5b44f47eaeb81e Mon Sep 17 00:00:00 2001 From: Airradda <3744856+Airradda@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:00:01 +0000 Subject: [PATCH] Fix repo_url for libsql The current repo_url leads to a 404 page. It appears that the repo now lives at https://github.com/brunoti/gleam_libsql --- packages/libsql.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libsql.toml b/packages/libsql.toml index f9056bf..13b9f21 100644 --- a/packages/libsql.toml +++ b/packages/libsql.toml @@ -1,5 +1,5 @@ name = "libsql" description = "An unofficial Gleam port of turso's libSQL library" docs_url = "https://hexdocs.pm/libsql/" -repo_url = "https://github.com/brunoti/libsql" +repo_url = "https://github.com/brunoti/gleam_libsql" category = ""