mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: rename FlameFlag to _4evy (#538361)
This commit is contained in:
commit
17e2b865b6
29 changed files with 35 additions and 35 deletions
|
|
@ -506,7 +506,7 @@ pkgs/by-name/oc/octodns/ @anthonyroussel
|
||||||
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @techknowlogick @JuliusFreudenberger
|
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @techknowlogick @JuliusFreudenberger
|
||||||
|
|
||||||
# Warp-terminal
|
# Warp-terminal
|
||||||
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @FlameFlag @johnrtitor
|
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @4evy @johnrtitor
|
||||||
|
|
||||||
# Nim
|
# Nim
|
||||||
/doc/languages-frameworks/nim.section.md @NixOS/nim
|
/doc/languages-frameworks/nim.section.md @NixOS/nim
|
||||||
|
|
|
||||||
|
|
@ -261,6 +261,13 @@
|
||||||
githubId = 3417013;
|
githubId = 3417013;
|
||||||
name = "Eske Nielsen";
|
name = "Eske Nielsen";
|
||||||
};
|
};
|
||||||
|
_4evy = {
|
||||||
|
name = "_4evy";
|
||||||
|
email = "git@ps1.sh";
|
||||||
|
github = "_4evy";
|
||||||
|
githubId = 57304299;
|
||||||
|
matrix = "@donteatoreo:matrix.org";
|
||||||
|
};
|
||||||
_4r7if3x = {
|
_4r7if3x = {
|
||||||
email = "the.artifex@proton.me";
|
email = "the.artifex@proton.me";
|
||||||
matrix = "@4r7if3x:matrix.org";
|
matrix = "@4r7if3x:matrix.org";
|
||||||
|
|
@ -9150,13 +9157,6 @@
|
||||||
name = "Sebastian Neubauer";
|
name = "Sebastian Neubauer";
|
||||||
keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ];
|
keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ];
|
||||||
};
|
};
|
||||||
FlameFlag = {
|
|
||||||
name = "FlameFlag";
|
|
||||||
email = "github@flameflag.dev";
|
|
||||||
github = "FlameFlag";
|
|
||||||
githubId = 57304299;
|
|
||||||
matrix = "@donteatoreo:matrix.org";
|
|
||||||
};
|
|
||||||
Flameopathic = {
|
Flameopathic = {
|
||||||
email = "flameopathic@gmail.com";
|
email = "flameopathic@gmail.com";
|
||||||
github = "Flameopathic";
|
github = "Flameopathic";
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ let
|
||||||
mainProgram = "discord";
|
mainProgram = "discord";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
artturin
|
artturin
|
||||||
FlameFlag
|
_4evy
|
||||||
infinidoge
|
infinidoge
|
||||||
jopejoe1
|
jopejoe1
|
||||||
Scrumplex
|
Scrumplex
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://alt-tab.app";
|
homepage = "https://alt-tab.app";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
emilytrau
|
emilytrau
|
||||||
Br1ght0ne
|
Br1ght0ne
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ buildDotnetGlobalTool {
|
||||||
changelog = "https://github.com/waf/CSharpRepl/blob/main/CHANGELOG.md";
|
changelog = "https://github.com/waf/CSharpRepl/blob/main/CHANGELOG.md";
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.mpl20;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
mainProgram = "csharprepl";
|
mainProgram = "csharprepl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||||
mainProgram = "gallery-dl";
|
mainProgram = "gallery-dl";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
dawidsowa
|
dawidsowa
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ buildNpmPackage (finalAttrs: {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
brantes
|
brantes
|
||||||
xiaoxiangmoe
|
xiaoxiangmoe
|
||||||
FlameFlag
|
_4evy
|
||||||
taranarmo
|
taranarmo
|
||||||
caverav
|
caverav
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
description = "Ultra-light MacOS utility that helps hide menu bar icons";
|
description = "Ultra-light MacOS utility that helps hide menu bar icons";
|
||||||
homepage = "https://github.com/dwarvesf/hidden";
|
homepage = "https://github.com/dwarvesf/hidden";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
description = "Powerful menu bar manager for macOS";
|
description = "Powerful menu bar manager for macOS";
|
||||||
homepage = "https://icemenubar.app/";
|
homepage = "https://icemenubar.app/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
arkivm
|
arkivm
|
||||||
FlameFlag
|
_4evy
|
||||||
kinnrai
|
kinnrai
|
||||||
stepbrobd
|
stepbrobd
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
description = "Set of nine separate and highly configurable menu items that let you know exactly what's going on inside your Mac";
|
description = "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/";
|
homepage = "https://bjango.com/mac/istatmenus/";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
eclairevoyant
|
eclairevoyant
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||||
mainProgram = "koboldcpp";
|
mainProgram = "koboldcpp";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
maxstrid
|
maxstrid
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
description = "New, fresh visuals for changing your volume, brightness and now playing media";
|
description = "New, fresh visuals for changing your volume, brightness and now playing media";
|
||||||
homepage = "https://wouter01.github.io/MediaMate/";
|
homepage = "https://wouter01.github.io/MediaMate/";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.lgpl3;
|
license = lib.licenses.lgpl3;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
ilys
|
ilys
|
||||||
FlameFlag
|
_4evy
|
||||||
isabelroses
|
isabelroses
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
description = "Cursor manager for macOS built using private, nonintrusive CoreGraphics APIs";
|
description = "Cursor manager for macOS built using private, nonintrusive CoreGraphics APIs";
|
||||||
homepage = "https://github.com/alexzielenski/Mousecape";
|
homepage = "https://github.com/alexzielenski/Mousecape";
|
||||||
license = lib.licenses.free;
|
license = lib.licenses.free;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
description = "Beautiful calculator app for macOS";
|
description = "Beautiful calculator app for macOS";
|
||||||
homepage = "https://numi.app/";
|
homepage = "https://numi.app/";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
mainProgram = "raycast-beta";
|
mainProgram = "raycast-beta";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
Br1ght0ne
|
Br1ght0ne
|
||||||
];
|
];
|
||||||
platforms = [ "aarch64-darwin" ];
|
platforms = [ "aarch64-darwin" ];
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
lovesegfault
|
lovesegfault
|
||||||
stepbrobd
|
stepbrobd
|
||||||
FlameFlag
|
_4evy
|
||||||
jakecleary
|
jakecleary
|
||||||
];
|
];
|
||||||
platforms = [
|
platforms = [
|
||||||
|
|
|
||||||
|
|
@ -306,7 +306,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://rectangleapp.com/";
|
homepage = "https://rectangleapp.com/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
Intuinewin
|
Intuinewin
|
||||||
wegank
|
wegank
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://shottr.cc/";
|
homepage = "https://shottr.cc/";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
mainProgram = "shottr";
|
mainProgram = "shottr";
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
emilytrau
|
emilytrau
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
|
|
|
||||||
|
|
@ -348,7 +348,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/exelban/stats";
|
homepage = "https://github.com/exelban/stats";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
emilytrau
|
emilytrau
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/Vendicated/Vencord";
|
homepage = "https://github.com/Vendicated/Vencord";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
FlafyDev
|
FlafyDev
|
||||||
Gliczy
|
Gliczy
|
||||||
NotAShelf
|
NotAShelf
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ let
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
FlameFlag
|
_4evy
|
||||||
johnrtitor
|
johnrtitor
|
||||||
logger
|
logger
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
description = "Windows Bootable USB creator for macOS";
|
description = "Windows Bootable USB creator for macOS";
|
||||||
homepage = "https://github.com/TechUnRestricted/WinDiskWriter";
|
homepage = "https://github.com/TechUnRestricted/WinDiskWriter";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
mainProgram = "yt-dlp";
|
mainProgram = "yt-dlp";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,6 @@ buildPythonPackage {
|
||||||
a consistent and modern look across all desktop platforms
|
a consistent and modern look across all desktop platforms
|
||||||
(Windows, macOS, Linux).
|
(Windows, macOS, Linux).
|
||||||
'';
|
'';
|
||||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
maintainers = with lib.maintainers; [ _4evy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
FlameFlag
|
_4evy
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue