From 49246fcafbe132f238f5b260bc276749c7618692 Mon Sep 17 00:00:00 2001 From: Jamal Mustafa Date: Wed, 20 Sep 2023 21:49:44 -0700 Subject: [PATCH] update URLs to reflect repo transfer to wannier-developers --- mkdocs.yml | 8 ++++---- pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index e63891e..050d212 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,11 +1,11 @@ site_name: Wannier90 I/O with Python -site_url: https://jimustafa.github.io/wannier90io-python +site_url: https://wannier-developers.github.io/wannier90io-python site_author: Jamal Mustafa site_description: >- Wannier90 I/O with Python -repo_name: jimustafa/wannier90io-python -repo_url: https://github.com/jimustafa/wannier90io-python +repo_name: wannier-developers/wannier90io-python +repo_url: https://github.com/wannier-developers/wannier90io-python edit_uri: '' theme: @@ -40,7 +40,7 @@ plugins: extra: social: - icon: fontawesome/brands/github - link: https://github.com/jimustafa + link: https://github.com/wannier-developers markdown_extensions: - pymdownx.snippets: diff --git a/pyproject.toml b/pyproject.toml index af47bb1..21ee07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,9 @@ dependencies = [ dynamic=['version'] [project.urls] -Documentation = "https://github.com/jimustafa/wannier90io-python#readme" -Issues = "https://github.com/jimustafa/wannier90io-python/issues" -Source = "https://github.com/jimustafa/wannier90io-python" +Documentation = "https://github.com/wannier-developers/wannier90io-python#readme" +Issues = "https://github.com/wannier-developers/wannier90io-python/issues" +Source = "https://github.com/wannier-developers/wannier90io-python" [tool.hatch.build] only-packages = true