diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 491ba8b2..8707e758 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,8 @@ license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["RDF", "SPARQL", "graph-database", "database"] categories = ["database-implementations"] -repository = "https://github.com/oxigraph/oxigraph" +repository = "https://github.com/oxigraph/oxigraph/tree/master/lib" +homepage = "https://oxigraph.org/" description = """ a SPARQL database and RDF toolkit """ diff --git a/python/Cargo.toml b/python/Cargo.toml index 98a356ff..434b6a55 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["RDF", "SPARQL", "graph-database", "database"] repository = "https://github.com/oxigraph/oxigraph/tree/master/python" +homepage = "https://oxigraph.org/pyoxigraph/" description = "Python bindings of Oxigraph, a SPARQL database and RDF toolkit" edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 99b1235d..f1cef18a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,7 +4,8 @@ version = "0.2.1" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/oxigraph/oxigraph" +repository = "https://github.com/oxigraph/oxigraph/tree/master/server" +homepage = "https://oxigraph.org/server/" description = """ SPARQL server based on Oxigraph """ diff --git a/wikibase/Cargo.toml b/wikibase/Cargo.toml index c9801464..d8333727 100644 --- a/wikibase/Cargo.toml +++ b/wikibase/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/oxigraph/oxigraph" +repository = "https://github.com/oxigraph/oxigraph/tree/master/wikibase" description = """ SPARQL server based on Oxigraph for Wikibase instances """