Skip to content

Commit 8419a76

Browse files
authored
Replace a couple NREL references (#139)
1 parent be8d6ec commit 8419a76

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# https://squidfunk.github.io/mkdocs-material/creating-your-site/#advanced-configuration
33

44
site_name: OpenStudio HPXML Calibration
5-
repo_url: https://github.com/NREL/OpenStudio-HPXML-Calibration
6-
site_url: https://NREL.github.io/OpenStudio-HPXML-Calibration
5+
repo_url: https://github.com/NatLabRockies/OpenStudio-HPXML-Calibration
6+
site_url: https://natlabrockies.github.io/OpenStudio-HPXML-Calibration/
77

88
theme:
99
name: material

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Calibrates a residential building energy model to utility bills."
55
readme = "README.md"
66
authors = [
77
{ name = "Nathan Moore", email = "nate.moore@pearlscore.com" },
8-
{ name = "Benjamin Park", email = "benjamin.park@nrel.gov" },
9-
{ name = "Scott Horowitz", email = "scott.horowitz@nrel.gov" },
8+
{ name = "Benjamin Park", email = "benjamin.park@nlr.gov" },
9+
{ name = "Scott Horowitz", email = "scott.horowitz@nlr.gov" },
1010
{ name = "Noel Merket", email = "noel.merket@pearlscore.com" },
1111
]
1212
requires-python = ">=3.12, < 3.14"

0 commit comments

Comments
 (0)