Skip to content

Commit

Permalink
Adjust names to new location of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Feb 28, 2024
1 parent ce51763 commit e325992
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Michele Ceriotti
Copyright (c) 2023 Lab COSMO

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can install *MeshLode* using pip with

.. code-block:: bash
git clone https://github.com/ceriottm/MeshLODE
git clone https://github.com/lab-cosmo/MeshLODE
cd MeshLODE
pip install .
Expand All @@ -38,10 +38,10 @@ Having problems or ideas?
-------------------------

Having a problem with MeshLODE? Please let us know by `submitting an issue
<https://github.com/ceriottm/MeshLODE/issues>`_.
<https://github.com/lab-cosmo/MeshLODE/issues>`_.

Submit new features or bug fixes through a `pull request
<https://github.com/ceriottm/MeshLODE/pulls>`_.
<https://github.com/lab-cosmo/MeshLODE/pulls>`_.

.. marker-contributing
Expand All @@ -50,17 +50,17 @@ Contributors

Thanks goes to all people that make MeshLODE possible:

.. image:: https://contrib.rocks/image?repo=ceriottm/MeshLODE
:target: https://github.com/ceriottm/MeshLODE/graphs/contributors
.. image:: https://contrib.rocks/image?repo=lab-cosmo/MeshLODE
:target: https://github.com/lab-cosmo/MeshLODE/graphs/contributors

.. |tests| image:: https://github.com/ceriottm/MeshLODE/workflows/Test/badge.svg
.. |tests| image:: https://github.com/lab-cosmo/MeshLODE/workflows/Test/badge.svg
:alt: Github Actions Tests Job Status
:target: (https://github.com/ceriottm/MeshLODE/\
:target: (https://github.com/lab-cosmo/MeshLODE/\
actions?query=workflow%3ATests)

.. |codecov| image:: https://codecov.io/gh/ceriottm/meshlode/branch/main/graph/badge.svg?token=UZJPJG34SM
.. |codecov| image:: https://codecov.io/gh/lab-cosmo/meshlode/branch/main/graph/badge.svg?token=UZJPJG34SM
:alt: Code coverage
:target: https://codecov.io/gh/ceriottm/meshlode/
:target: https://codecov.io/gh/lab-cosmo/meshlode/

.. |docs| image:: https://img.shields.io/badge/documentation-latest-sucess
:alt: Python
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ metatensor = [
[project.urls]
homepage = "http://meshlode.readthedocs.io"
documentation = "http://meshlode.readthedocs.io"
repository = "https://github.com/ceriottm/MeshLODE"
issues = "https://github.com/ceriottm/MeshLODE/issues"
repository = "https://github.com/lab-cosmo/MeshLODE"
issues = "https://github.com/lab-cosmo/MeshLODE/issues"

[tool.coverage.report]
include = [
Expand Down

0 comments on commit e325992

Please sign in to comment.