maintainers: drop oosquare (#435436)

Changed files
+4 -10
maintainers
pkgs
by-name
bi
biliup-rs
fc
fcitx5-fluent
lx
lx-music-desktop
ug
-6
maintainers/maintainer-list.nix
···
name = "Oops418";
githubId = 93655215;
};
-
oosquare = {
-
name = "Justin Chen";
-
email = "oosquare@outlook.com";
-
github = "oosquare";
-
githubId = 42143810;
-
};
opeik = {
email = "sandro@stikic.com";
github = "opeik";
···
name = "Oops418";
githubId = 93655215;
};
opeik = {
email = "sandro@stikic.com";
github = "opeik";
+1 -1
pkgs/by-name/bi/biliup-rs/package.nix
···
description = "CLI tool for uploading videos to Bilibili";
homepage = "https://biliup.github.io/biliup-rs";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ oosquare ];
mainProgram = "biliup";
platforms = lib.platforms.all;
};
···
description = "CLI tool for uploading videos to Bilibili";
homepage = "https://biliup.github.io/biliup-rs";
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ ];
mainProgram = "biliup";
platforms = lib.platforms.all;
};
+1 -1
pkgs/by-name/fc/fcitx5-fluent/package.nix
···
homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
license = licenses.mpl20;
platforms = platforms.all;
-
maintainers = with maintainers; [ oosquare ];
};
}
···
homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
license = licenses.mpl20;
platforms = platforms.all;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/by-name/lx/lx-music-desktop/package.nix
···
platforms = electron.meta.platforms;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
mainProgram = "lx-music-desktop";
-
maintainers = with lib.maintainers; [ oosquare ];
};
}
···
platforms = electron.meta.platforms;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
mainProgram = "lx-music-desktop";
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/by-name/ug/ugm/package.nix
···
license = licenses.mit;
mainProgram = "ugm";
platforms = platforms.linux;
-
maintainers = with maintainers; [ oosquare ];
};
}
···
license = licenses.mit;
mainProgram = "ugm";
platforms = platforms.linux;
+
maintainers = with maintainers; [ ];
};
}