Skip to content

Commit 56d65a5

Browse files
fix repo links in gh-actions (#2)
* fix repo links in gh-actions * update repo links in setup.py --------- Co-authored-by: Aurélien Jaquier
1 parent 36797f7 commit 56d65a5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/keep-alive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-test-workflow:
10-
uses: BlueBrain/eFEL/.github/workflows/test.yml@master
10+
uses: openbraininstitute/eFEL/.github/workflows/test.yml@master
1111

1212
keep-workflow-alive:
1313
name: Keep workflow alive

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
call-test-workflow:
12-
uses: BlueBrain/eFEL/.github/workflows/test.yml@master
12+
uses: openbraininstitute/eFEL/.github/workflows/test.yml@master
1313

1414
tag:
1515
name: Bump version, push tag and make a release

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,5 @@ This project/research was supported by funding to the Blue Brain Project, a rese
239239
Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
240240

241241
Copyright (c) 2009-2024 Blue Brain Project/EPFL
242+
242243
Copyright (c) 2025 Open Brain Institute

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Copyright (c) 2015, EPFL/Blue Brain Project
55
6-
This file is part of eFEL <https://github.com/BlueBrain/eFEL>
6+
This file is part of eFEL <https://github.com/openbraininstitute/eFEL>
77
88
This library is free software; you can redistribute it and/or modify it under
99
the terms of the GNU Lesser General Public License version 3.0 as published
@@ -102,7 +102,7 @@
102102
'extraction',
103103
'electrophysiology',
104104
'BlueBrainProject'],
105-
url='https://github.com/BlueBrain/eFEL',
105+
url='https://github.com/openbraininstitute/eFEL',
106106
classifiers=[
107107
'Development Status :: 4 - Beta',
108108
'Environment :: Console',

0 commit comments

Comments
 (0)