Unverified Commit 2dcbae64 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

maintainers: drop oosquare (#435436)

parents 10b1da70 835558c6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -19091,12 +19091,6 @@
    name = "Oops418";
    githubId = 93655215;
  };
  oosquare = {
    name = "Justin Chen";
    email = "oosquare@outlook.com";
    github = "oosquare";
    githubId = 42143810;
  };
  opeik = {
    email = "sandro@stikic.com";
    github = "opeik";
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
    description = "CLI tool for uploading videos to Bilibili";
    homepage = "https://biliup.github.io/biliup-rs";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ oosquare ];
    maintainers = with lib.maintainers; [ ];
    mainProgram = "biliup";
    platforms = lib.platforms.all;
  };
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation {
    homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
    license = licenses.mpl20;
    platforms = platforms.all;
    maintainers = with maintainers; [ oosquare ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -94,6 +94,6 @@ buildNpmPackage rec {
    platforms = electron.meta.platforms;
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    mainProgram = "lx-music-desktop";
    maintainers = with lib.maintainers; [ oosquare ];
    maintainers = with lib.maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ buildGoModule rec {
    license = licenses.mit;
    mainProgram = "ugm";
    platforms = platforms.linux;
    maintainers = with maintainers; [ oosquare ];
    maintainers = with maintainers; [ ];
  };
}