diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 07:23:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 07:23:38 +0100 |
| commit | 5b5081e679a0481356d1e026310546ac632b1c87 (patch) | |
| tree | 10b8eb0f3d006a31beffe7448f3b72db1d838350 | |
| parent | 8fab469880ac95186c6b1041ded5feec659dcc3e (diff) | |
[CHORE] Tweak system for release prep.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | CITATION.cff | 2 | ||||
| -rw-r--r-- | doc/requirements/.keep | 0 | ||||
| -rw-r--r-- | tools/chk.hefs.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CITATION.cff b/CITATION.cff index 9fa4185b..4e8878d0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ identifiers: - type: url value: 'https://nekernel.org' description: Ne.org's Operating System Kernel -repository-code: 'https://github.com/ne-foss-org/kernel' +repository-code: 'https://github.com/ne-foss-org/ne-kernel' url: 'https://nekernel.org' abstract: >- This is Ne.org's Modular Operating System Kernel. diff --git a/doc/requirements/.keep b/doc/requirements/.keep deleted file mode 100644 index e69de29b..00000000 --- a/doc/requirements/.keep +++ /dev/null diff --git a/tools/chk.hefs.cpp b/tools/chk.hefs.cpp index 8bdbfeb8..a0f56b77 100644 --- a/tools/chk.hefs.cpp +++ b/tools/chk.hefs.cpp @@ -68,7 +68,7 @@ int main(int argc, char** argv) { return EXIT_FAILURE; } - mkfs::console_out() << "chk: hefs: OpenHeFS partition is healthy. Exiting...\n"; + mkfs::console_out() << "chk: hefs: The OpenHeFS partition is healthy. Exiting...\n"; return EXIT_SUCCESS; } |
