diff --git a/DESCRIPTION b/DESCRIPTION index 68dc69c..3ea6d28 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,8 +12,8 @@ Description: The DuckDB project is an embedded analytical data management system with support for the Structured Query Language (SQL). This package includes C and ADBC bindings to duckdb. License: MIT + file LICENSE -URL: https://duckdb.org/, https://github.com/duckdblabs/duckdbneo -BugReports: https://github.com/duckdblabs/duckdbneo/issues +URL: https://duckdb.org/, https://github.com/krlmlr/duckdbneo +BugReports: https://github.com/krlmlr/duckdbneo/issues Depends: R (>= 4.0.0) Imports: diff --git a/README.md b/README.md index 838b70f..0dfd47b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can install the development version of duckdbneo like so: ``` r # install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch)) -pak::pak("duckdblabs/duckdbneo") +pak::pak("krlmlr/duckdbneo") ``` ## Goals diff --git a/man/duckdbneo-package.Rd b/man/duckdbneo-package.Rd index f0198b7..d11f00a 100644 --- a/man/duckdbneo-package.Rd +++ b/man/duckdbneo-package.Rd @@ -12,8 +12,8 @@ The DuckDB project is an embedded analytical data management system with support Useful links: \itemize{ \item \url{https://duckdb.org/} - \item \url{https://github.com/duckdblabs/duckdbneo} - \item Report bugs at \url{https://github.com/duckdblabs/duckdbneo/issues} + \item \url{https://github.com/krlmlr/duckdbneo} + \item Report bugs at \url{https://github.com/krlmlr/duckdbneo/issues} } }