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/modules/CoreGfx/CoreGfx.h | 2 +- src/modules/CoreGfx/TextGfx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/CoreGfx') diff --git a/src/modules/CoreGfx/CoreGfx.h b/src/modules/CoreGfx/CoreGfx.h index c22aee38..89e7c0a4 100644 --- a/src/modules/CoreGfx/CoreGfx.h +++ b/src/modules/CoreGfx/CoreGfx.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 COREGFX_COREGFX_H #define COREGFX_COREGFX_H diff --git a/src/modules/CoreGfx/TextGfx.h b/src/modules/CoreGfx/TextGfx.h index 61df69d3..b29d7ff7 100644 --- a/src/modules/CoreGfx/TextGfx.h +++ b/src/modules/CoreGfx/TextGfx.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 COREGFX_TEXTGFX_H #define COREGFX_TEXTGFX_H -- cgit v1.2.3