maintainers: drop oosquare (#435436)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
mainProgram = "ugm";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ oosquare ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user