Unverified Commit 8ec9d015 authored by nitinbhat972's avatar nitinbhat972 Committed by Michael Daniels
Browse files

cwal: add nitinbhat972 as maintainer

parent a718a67d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.gpl3Only;
    mainProgram = "cwal";
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [ gustlik501 ];
    maintainers = with lib.maintainers; [
      gustlik501
      nitinbhat972
    ];
  };
})