Commit 8f03eec5 authored by jopejoe1's avatar jopejoe1
Browse files

openasar: change license to agpl3Only

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