Skip to content

Commit 31a466b

Browse files
committed
Update org: PreibischLab -> JaneliaSciComp
1 parent d586217 commit 31a466b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://github.com/PreibischLab/multiview-reconstruction/actions/workflows/build.yml/badge.svg)](https://github.com/PreibischLab/multiview-reconstruction/actions/workflows/build.yml)
1+
[![Build Status](https://github.com/JaneliaSciComp/multiview-reconstruction/actions/workflows/build.yml/badge.svg)](https://github.com/JaneliaSciComp/multiview-reconstruction/actions/workflows/build.yml)
22

33
## Introduction & Overview
44

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<name>Multiview Reconstruction</name>
1717
<description>Software for the reconstruction of multi-view microscopic acquisitions
1818
like Selective Plane Illumination Microscopy (SPIM) Data.</description>
19-
<url>https://github.com/PreibischLab/multiview-reconstruction</url>
19+
<url>https://github.com/JaneliaSciComp/multiview-reconstruction</url>
2020
<inceptionYear>2012</inceptionYear>
2121
<organization>
2222
<name>Preibisch Lab</name>
@@ -79,18 +79,18 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
7979
</mailingLists>
8080

8181
<scm>
82-
<connection>scm:git:https://github.com/PreibischLab/multiview-reconstruction</connection>
83-
<developerConnection>scm:git:git@github.com:PreibischLab/multiview-reconstruction</developerConnection>
82+
<connection>scm:git:https://github.com/JaneliaSciComp/multiview-reconstruction</connection>
83+
<developerConnection>scm:git:git@github.com:JaneliaSciComp/multiview-reconstruction</developerConnection>
8484
<tag>HEAD</tag>
85-
<url>https://github.com/PreibischLab/multiview-reconstruction</url>
85+
<url>https://github.com/JaneliaSciComp/multiview-reconstruction</url>
8686
</scm>
8787
<issueManagement>
8888
<system>GitHub Issues</system>
89-
<url>https://github.com/PreibischLab/multiview-reconstruction/issues</url>
89+
<url>https://github.com/JaneliaSciComp/multiview-reconstruction/issues</url>
9090
</issueManagement>
9191
<ciManagement>
9292
<system>GitHub Actions</system>
93-
<url>https://github.com/PreibischLab/multiview-reconstruction/actions</url>
93+
<url>https://github.com/JaneliaSciComp/multiview-reconstruction/actions</url>
9494
</ciManagement>
9595

9696
<properties>

src/main/java/net/preibisch/mvrecon/fiji/plugin/Image_Deconvolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ else if ( decon.getInputImgCacheType() == ImgDataType.PRECOMPUTED )
241241
if ( !ComputeBlockMulThreadCPUFactory.class.isInstance( cptf ) )
242242
{
243243
IOFunctions.println( "For multiplicative deconvolution only CPU is supported so far, sorry. Please open a github issue and I'll implement it." );
244-
IOFunctions.println( "GITHUB page: https://github.com/PreibischLab/multiview-reconstruction/issues" );
244+
IOFunctions.println( "GITHUB page: https://github.com/JaneliaSciComp/multiview-reconstruction/issues" );
245245
return false;
246246
}
247247

0 commit comments

Comments
 (0)