maintainers: drop oosquare (#435436)

This commit is contained in:
Matteo Pacini
2025-08-21 06:25:04 +01:00
committed by GitHub
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -36,6 +36,6 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = "ugm";
platforms = platforms.linux;
maintainers = with maintainers; [ oosquare ];
maintainers = with maintainers; [ ];
};
}