From bc58f4e7b500859636cc7be60cd7d89d9559a81c Mon Sep 17 00:00:00 2001 From: Brent Huisman Date: Fri, 11 Aug 2023 17:07:16 +0200 Subject: [PATCH] Update rel docs, spack package --- doc/contrib/release.rst | 4 +--- spack/package.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/contrib/release.rst b/doc/contrib/release.rst index c970005d0e..833df12f09 100644 --- a/doc/contrib/release.rst +++ b/doc/contrib/release.rst @@ -140,7 +140,7 @@ Post Release - Make sure that `Notebooks `_ work on the version that their image is built with. #. Announce on our website -#. Announce on HBP newsletter newsletter@humanbrainproject.eu, HBP Twitter/socials evan.hancock@ebrains.eu +#. Announce on HBP newsletter newsletter@humanbrainproject.eu, communications@ebrains.eu, HBP Twitter/socials evan.hancock@ebrains.eu #. [AUTOMATED] Add tagged version of docs on ReadTheDocs #. HBP internal admin @@ -154,8 +154,6 @@ Post Release - ContentTypes: https://humanbrainproject.github.io/openMINDS/v3/core/v4/data/contentType.html - details: https://github.com/HumanBrainProject/openMINDS_core/tree/v3/instances/data/contentTypes - - - Send an update to the folk in charge of HBP Twitter if we want to shout about it #. FZJ admin diff --git a/spack/package.py b/spack/package.py index 4d38876d13..c931df0142 100644 --- a/spack/package.py +++ b/spack/package.py @@ -13,7 +13,7 @@ class Arbor(CMakePackage, CudaPackage): homepage = "https://arbor-sim.org" git = "https://github.com/arbor-sim/arbor.git" url = "https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.9.0-full.tar.gz" - maintainers = ["thorstenhater", "brenthuisman", "haampie"] + maintainers = ("thorstenhater", "brenthuisman", "haampie") version("master", branch="master") version("develop")