Commit 00d77c1a authored by ilkecan's avatar ilkecan
Browse files

oscar: add ilkecan to maintainers

parent f43e0302
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;