Skip to content

Commit

Permalink
Update copyright and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrweinmeister committed Jan 24, 2025
1 parent 63394d7 commit 51258f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Justin Weinmeister
Copyright (c) 2025, Oak Ridge National Laboratory

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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To install CFDverify, copy this repository to a suitable location on your comput

.. code-block:: console
$ git clone git@code-int.ornl.gov:14w/cfd-verify.git
$ git clone git@github.com:ORNL/cfd-verify.git
$ cd cfd-verify
$ source /path/to/your/venv/bin/activate
$ pip install .
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -- Project information -----------------------------------------------------
project = "CFDverify"
copyright = "2024, Justin Weinmeister"
copyright = "2025, Oak Ridge National Laboratory"
author = "Justin Weinmeister"
version = "0.0"
release = "0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ classifiers = [
]

[project.urls]
Homepage = "https://code-int.ornl.gov/14w/cfd-verify"
Issues = "https://code-int.ornl.gov/14w/cfd-verify/-/issues"
Homepage = "https://github.com/ORNL/cfd-verify"
Issues = "https://github.com/ORNL/cfd-verify/issues"

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit 51258f6

Please sign in to comment.