From 7f941a7ac99bcc4afb7deba7f87ddef8629b7add Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 15:06:58 +0100 Subject: chore: upstream fixes. Signed-off-by: Amlal El Mahrouss --- src/kernel/StorageKit/AHCI.h | 2 +- src/kernel/StorageKit/ATA.h | 2 +- src/kernel/StorageKit/NVME.h | 2 +- src/kernel/StorageKit/PRDT.h | 2 +- src/kernel/StorageKit/SCSI.h | 2 +- src/kernel/StorageKit/StorageKit.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/kernel/StorageKit') diff --git a/src/kernel/StorageKit/AHCI.h b/src/kernel/StorageKit/AHCI.h index 2b2988fc..e5802317 100644 --- a/src/kernel/StorageKit/AHCI.h +++ b/src/kernel/StorageKit/AHCI.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 STORAGEKIT_AHCI_H #define STORAGEKIT_AHCI_H diff --git a/src/kernel/StorageKit/ATA.h b/src/kernel/StorageKit/ATA.h index 04bb9169..0e3df63b 100644 --- a/src/kernel/StorageKit/ATA.h +++ b/src/kernel/StorageKit/ATA.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 STORAGEKIT_ATA_H #define STORAGEKIT_ATA_H diff --git a/src/kernel/StorageKit/NVME.h b/src/kernel/StorageKit/NVME.h index 69bd7642..711822e3 100644 --- a/src/kernel/StorageKit/NVME.h +++ b/src/kernel/StorageKit/NVME.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 STORAGEKIT_NVME_H #define STORAGEKIT_NVME_H diff --git a/src/kernel/StorageKit/PRDT.h b/src/kernel/StorageKit/PRDT.h index 80159c07..da9e484d 100644 --- a/src/kernel/StorageKit/PRDT.h +++ b/src/kernel/StorageKit/PRDT.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 STORAGEKIT_PRDT_H #define STORAGEKIT_PRDT_H diff --git a/src/kernel/StorageKit/SCSI.h b/src/kernel/StorageKit/SCSI.h index a7eb8423..5d2a7dc3 100644 --- a/src/kernel/StorageKit/SCSI.h +++ b/src/kernel/StorageKit/SCSI.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 STORAGEKIT_SCSI_H #define STORAGEKIT_SCSI_H diff --git a/src/kernel/StorageKit/StorageKit.h b/src/kernel/StorageKit/StorageKit.h index a338b612..22a393a3 100644 --- a/src/kernel/StorageKit/StorageKit.h +++ b/src/kernel/StorageKit/StorageKit.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 STORAGEKIT_STORAGEKIT_H #define STORAGEKIT_STORAGEKIT_H -- cgit v1.2.3