From 235dae050eee093ecdc634d368e1c65689381bb3 Mon Sep 17 00:00:00 2001 From: Evan Berkowitz Date: Fri, 15 Jan 2021 11:38:58 -0500 Subject: [PATCH] Reflect repo ownership change in README and help. --- README.md | 6 +++--- src/isle/scripts/base_command.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f1e1a14..bcde5e27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Linux Build](https://github.com/jl-wynen/isle/workflows/Linux%20Build/badge.svg) -![MacOS Build](https://github.com/jl-wynen/isle/workflows/MacOS%20Build/badge.svg) +![Linux Build](https://github.com/evanberkowitz/isle/workflows/Linux%20Build/badge.svg) +![MacOS Build](https://github.com/evanberkowitz/isle/workflows/MacOS%20Build/badge.svg) Simulating carbon nanostructures. @@ -84,7 +84,7 @@ python3 setup.py test Keep in mind that some tests take a long time because they need to process fairly big matrices in an inefficient way to make sure the efficient algorithms are correct. # Documentation -The documentation is available online at https://jl-wynen.github.io/isle/ +The documentation is available online at https://evanberkowitz.github.io/isle/ You can generate it locally by running ``` diff --git a/src/isle/scripts/base_command.py b/src/isle/scripts/base_command.py index af5f381d..f1fe0ed0 100644 --- a/src/isle/scripts/base_command.py +++ b/src/isle/scripts/base_command.py @@ -9,7 +9,7 @@ from . import continuation ## Show at the end of help messages. -EPILOG = "See https://github.com/jl-wynen/isle" +EPILOG = "See https://github.com/evanberkowitz/isle" def _run_show(args):