Merge 'github.com/penberg/limbo was moved to github.com/tursodatabase/limbo' from Gustavo Sverzut Barbieri

Adjust all the references since they were broken

Reviewed-by: Preston Thorpe (@PThorpe92)
Reviewed-by: Ricardo Dalarme (@ricardodalarme)

Closes #933
This commit is contained in:
Pekka Enberg
2025-02-09 08:44:39 +02:00
5 changed files with 6 additions and 6 deletions

View File

@@ -303,7 +303,7 @@
- `ORDER BY` support for nullable sorting columns and qualified identifiers (Jussi Saurio)
- Fix `.schema` command crash in the CLI ([#212](https://github.com/penberg/limbo/issues/212) (Jussi Saurio)
- Fix `.schema` command crash in the CLI ([#212](https://github.com/tursodatabase/limbo/issues/212) (Jussi Saurio)
## 0.0.2 - 2024-07-24

View File

@@ -63,7 +63,7 @@ cargo bench --bench benchmark -- --profile-time=5
## Finding things to work on
The issue tracker has issues tagged with [good first issue](https://github.com/penberg/limbo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
The issue tracker has issues tagged with [good first issue](https://github.com/tursodatabase/limbo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
which are considered to be things to work on to get going. If you're interested in working on one of them, comment on the issue tracker, and we're happy to help you get going.
## Submitting your work

View File

@@ -40,8 +40,8 @@ dev = [
]
[project.urls]
Homepage = "https://github.com/penberg/limbo"
Source = "https://github.com/penberg/limbo"
Homepage = "https://github.com/tursodatabase/limbo"
Source = "https://github.com/tursodatabase/limbo"
[tool.maturin]
bindings = 'pyo3'

View File

@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/penberg/limbo"
"url": "https://github.com/tursodatabase/limbo"
},
"type": "module",
"main": "./node/dist/index.cjs",

View File

@@ -12,7 +12,7 @@ fn rusqlite_open() -> rusqlite::Connection {
}
fn bench(criterion: &mut Criterion) {
// https://github.com/penberg/limbo/issues/174
// https://github.com/tursodatabase/limbo/issues/174
// The rusqlite benchmark crashes on Mac M1 when using the flamegraph features
let enable_rusqlite = std::env::var("DISABLE_RUSQLITE_BENCHMARK").is_err();