summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/RISCV
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/RISCV')
-rw-r--r--src/kernel/HALKit/RISCV/AP.h2
-rw-r--r--src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/HALKit/RISCV/AP.h b/src/kernel/HALKit/RISCV/AP.h
index 4c9e17cb..bbc5a46e 100644
--- a/src/kernel/HALKit/RISCV/AP.h
+++ b/src/kernel/HALKit/RISCV/AP.h
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef HALKIT_AP_H
#define HALKIT_AP_H
diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp
index 68242f97..bcfe4486 100644
--- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp
+++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cpp
@@ -1,6 +1,6 @@
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
-// Official repository: https://github.com/nekernel-org/nekernel
+// Official repository: https://github.com/ne-foss-org/nekernel
#include <HALKit/RISCV/AP.h>
#include <HALKit/RISCV/Processor.h>