mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
treewide: donteatoreo -> FlameFlag
This commit is contained in:
@@ -486,4 +486,4 @@ pkgs/by-name/oc/octodns/ @anthonyroussel
|
||||
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @freezeboy @techknowlogick @JuliusFreudenberger
|
||||
|
||||
# Warp-terminal
|
||||
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @donteatoreo @johnrtitor
|
||||
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @FlameFlag @johnrtitor
|
||||
|
||||
@@ -73,7 +73,7 @@ let
|
||||
mainProgram = "discord";
|
||||
maintainers = with lib.maintainers; [
|
||||
artturin
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
infinidoge
|
||||
jopejoe1
|
||||
Scrumplex
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://alt-tab-macos.netlify.app";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
emilytrau
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
@@ -21,7 +21,7 @@ buildDotnetGlobalTool {
|
||||
changelog = "https://github.com/waf/CSharpRepl/blob/main/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
mainProgram = "csharprepl";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "AI agent that brings the power of Gemini directly into your terminal";
|
||||
homepage = "https://github.com/google-gemini/gemini-cli";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "gemini";
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Ultra-light MacOS utility that helps hide menu bar icons";
|
||||
homepage = "https://github.com/dwarvesf/hidden";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Powerful menu bar manager for macOS";
|
||||
homepage = "https://icemenubar.app/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
arkivm
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
stepbrobd
|
||||
];
|
||||
mainProgram = "iina";
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "iStat Menus is set of nine separate and highly configurable menu items that let you know exactly what's going on inside your Mac";
|
||||
homepage = "https://bjango.com/mac/istatmenus/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Itsycal is a tiny menu bar calendar";
|
||||
homepage = "https://www.mowglii.com/itsycal/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -122,7 +122,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "koboldcpp";
|
||||
maintainers = with lib.maintainers; [
|
||||
maxstrid
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [
|
||||
ilys
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Cursor manager for macOS built using private, nonintrusive CoreGraphics APIs";
|
||||
homepage = "https://github.com/alexzielenski/Mousecape";
|
||||
license = lib.licenses.free;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Beautiful calculator app for macOS";
|
||||
homepage = "https://numi.app/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
lovesegfault
|
||||
stepbrobd
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
jakecleary
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Rewind is a personalized AI powered by everything you've seen, said, or heard";
|
||||
homepage = "https://www.rewind.ai/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = [ "aarch64-darwin" ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -58,7 +58,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://shottr.cc/";
|
||||
license = lib.licenses.unfree;
|
||||
mainProgram = "shottr";
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/exelban/stats";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
emilytrau
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
@@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Vendicated/Vencord";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
FlafyDev
|
||||
Gliczy
|
||||
NotAShelf
|
||||
|
||||
@@ -114,7 +114,7 @@ let
|
||||
maintainers = with maintainers; [
|
||||
emilytrau
|
||||
imadnyc
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
johnrtitor
|
||||
];
|
||||
platforms = platforms.darwin ++ [
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Windows Bootable USB creator for macOS";
|
||||
homepage = "https://github.com/TechUnRestricted/WinDiskWriter";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -129,7 +129,7 @@ python3Packages.buildPythonApplication rec {
|
||||
mainProgram = "yt-dlp";
|
||||
maintainers = with lib.maintainers; [
|
||||
SuperSandro2000
|
||||
donteatoreo
|
||||
FlameFlag
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,6 +55,6 @@ buildPythonPackage {
|
||||
a consistent and modern look across all desktop platforms
|
||||
(Windows, macOS, Linux).
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ donteatoreo ];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user