Commit 50455b86 authored by jopejoe1's avatar jopejoe1
Browse files

openasar: add jopejoe1 and Scrumplex as maintainer

parent 4f31386c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
    description = "Open-source alternative of Discord desktop's \"app.asar\".";
    homepage = "https://openasar.dev";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ Scrumplex jopejoe1 ];
    platforms = nodejs.meta.platforms;
  };
}