From d0392954b30cc123cf828c36bb5992094d63e367 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Tue, 4 Feb 2025 15:40:23 +0100 Subject: [PATCH] Moving packages to the new PartitionedArrays org (#124310) --- P/PartitionedArrays/Package.toml | 2 +- P/PartitionedSolvers/Package.toml | 2 +- P/PetscCall/Package.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/P/PartitionedArrays/Package.toml b/P/PartitionedArrays/Package.toml index 4694a24db032638..0fa68509c799b47 100644 --- a/P/PartitionedArrays/Package.toml +++ b/P/PartitionedArrays/Package.toml @@ -1,3 +1,3 @@ name = "PartitionedArrays" uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9" -repo = "https://github.com/fverdugo/PartitionedArrays.jl.git" +repo = "https://github.com/PartitionedArrays/PartitionedArrays.jl.git" diff --git a/P/PartitionedSolvers/Package.toml b/P/PartitionedSolvers/Package.toml index 3aecf39be9a6bdc..1c15ff8b6556923 100644 --- a/P/PartitionedSolvers/Package.toml +++ b/P/PartitionedSolvers/Package.toml @@ -1,4 +1,4 @@ name = "PartitionedSolvers" uuid = "11b65f7f-80ac-401b-9ef2-3db765482d62" -repo = "https://github.com/fverdugo/PartitionedArrays.jl.git" +repo = "https://github.com/PartitionedArrays/PartitionedArrays.jl.git" subdir = "PartitionedSolvers" diff --git a/P/PetscCall/Package.toml b/P/PetscCall/Package.toml index 29cd7ff5c459d1b..4e029814b0bd39b 100644 --- a/P/PetscCall/Package.toml +++ b/P/PetscCall/Package.toml @@ -1,3 +1,3 @@ name = "PetscCall" uuid = "1194c000-87c4-4102-b4a0-a6217ec4849e" -repo = "https://github.com/fverdugo/PetscCall.jl.git" +repo = "https://github.com/PartitionedArrays/PetscCall.jl.git"