summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine')
-rw-r--r--src/CommandLine/cppdrv.cpp2
-rw-r--r--src/CommandLine/dbg.cpp2
-rw-r--r--src/CommandLine/kdbg.cpp2
-rw-r--r--src/CommandLine/ld64.cpp2
-rw-r--r--src/CommandLine/mld64.cpp2
-rw-r--r--src/CommandLine/pef-amd64-asm.cpp2
-rw-r--r--src/CommandLine/pef-amd64-drv.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/CommandLine/cppdrv.cpp b/src/CommandLine/cppdrv.cpp
index 6977923..5ca30a2 100644
--- a/src/CommandLine/cppdrv.cpp
+++ b/src/CommandLine/cppdrv.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
/// @file cppdrv.cc
/// @brief Nectar frontend preprocessor.
diff --git a/src/CommandLine/dbg.cpp b/src/CommandLine/dbg.cpp
index c5e5797..3d6ea05 100644
--- a/src/CommandLine/dbg.cpp
+++ b/src/CommandLine/dbg.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#include <CompilerKit/Detail/Config.h>
diff --git a/src/CommandLine/kdbg.cpp b/src/CommandLine/kdbg.cpp
index 2456947..c0f7407 100644
--- a/src/CommandLine/kdbg.cpp
+++ b/src/CommandLine/kdbg.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#include <CompilerKit/Detail/Config.h>
diff --git a/src/CommandLine/ld64.cpp b/src/CommandLine/ld64.cpp
index b438315..a7186c2 100644
--- a/src/CommandLine/ld64.cpp
+++ b/src/CommandLine/ld64.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#include <CompilerKit/Detail/Config.h>
diff --git a/src/CommandLine/mld64.cpp b/src/CommandLine/mld64.cpp
index 32fc0ba..5ad448b 100644
--- a/src/CommandLine/mld64.cpp
+++ b/src/CommandLine/mld64.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
#include <CompilerKit/Detail/Config.h>
diff --git a/src/CommandLine/pef-amd64-asm.cpp b/src/CommandLine/pef-amd64-asm.cpp
index 77ca000..2564f7c 100644
--- a/src/CommandLine/pef-amd64-asm.cpp
+++ b/src/CommandLine/pef-amd64-asm.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
/// @file pef-amd64-asm.cc
/// @brief Nectar C++ frontend compiler for AMD64.
diff --git a/src/CommandLine/pef-amd64-drv.cpp b/src/CommandLine/pef-amd64-drv.cpp
index 0f919b4..aaec55a 100644
--- a/src/CommandLine/pef-amd64-drv.cpp
+++ b/src/CommandLine/pef-amd64-drv.cpp
@@ -1,7 +1,7 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/nectar
+// Official repository: https://github.com/ne-foss-org/nectar
/// @file pef-amd64-cxxdrv.cc
/// @brief Nectar C++ frontend compiler for AMD64.