oscar: add ilkecan to maintainers

This commit is contained in:
ilkecan
2026-02-02 16:25:44 +03:00
parent f43e03027c
commit 00d77c1a00
+4 -1
View File
@@ -63,7 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Software for reviewing and exploring data produced by CPAP and related machines used in the treatment of sleep apnea";
mainProgram = "OSCAR";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.roconnor ];
maintainers = with lib.maintainers; [
roconnor
ilkecan
];
# Someone needs to create a suitable installPhase for Darwin and Windows.
# See https://gitlab.com/pholy/OSCAR-code/-/tree/master/Building.
platforms = lib.platforms.linux;