Unverified Commit 3f3359ba authored by PedroHLC ☭'s avatar PedroHLC ☭
Browse files

openasar: drop pedrohlc from maintainers

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