From 77a0276d9f37bcf828c77f9bcc59ff945116274e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 21 Jun 2024 12:49:45 -0400 Subject: Rebrand OhMyCal (OMC) as STASIS (#7) --- examples/template/example.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/template/example.ini b/examples/template/example.ini index e84cf67..4a4c579 100644 --- a/examples/template/example.ini +++ b/examples/template/example.ini @@ -28,8 +28,8 @@ python = [conda] installer_name = Miniforge3 installer_version = 23.3.1-1 -installer_platform = ${OMC_CONDA_PLATFORM} -installer_arch = ${OMC_CONDA_ARCH} +installer_platform = ${STASIS_CONDA_PLATFORM} +installer_arch = ${STASIS_CONDA_ARCH} installer_baseurl = https://github.com/conda-forge/miniforge/releases/latest/download ; (list) Conda packages to install -- cgit