summaryrefslogtreecommitdiffhomepage
path: root/test/test_01_codegen/codegen.test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_01_codegen/codegen.test.cc')
-rw-r--r--test/test_01_codegen/codegen.test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_01_codegen/codegen.test.cc b/test/test_01_codegen/codegen.test.cc
index b347d6d..10d1f95 100644
--- a/test/test_01_codegen/codegen.test.cc
+++ b/test/test_01_codegen/codegen.test.cc
@@ -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
/// @brief Codegen Unit test, from the C++ unit to the final executable.
/// @author Amlal El Mahrouss