mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
maintainers: remove normalcea
This commit is contained in:
parent
ce89c6ba5d
commit
fbc062fd43
31 changed files with 17 additions and 44 deletions
|
|
@ -19142,18 +19142,6 @@
|
|||
githubId = 3521180;
|
||||
name = "Tom Sydney Kerckhove";
|
||||
};
|
||||
normalcea = {
|
||||
name = "normalcea";
|
||||
email = "normalc@posteo.net";
|
||||
github = "normalcea";
|
||||
githubId = 190049873;
|
||||
keys = [
|
||||
{
|
||||
fingerprint = "6057 1155 7BA4 B922 66D6 2064 3DE3 BCB2 142A 8C71";
|
||||
}
|
||||
];
|
||||
matrix = "@normalcea:matrix.org";
|
||||
};
|
||||
norpol = {
|
||||
name = "Syd Lightyear";
|
||||
email = "norpol+nixpkgs@exaple.org";
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ melpaBuild rec {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
abhisheksingh0x558
|
||||
normalcea
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [
|
||||
ciferkey
|
||||
Gliczy
|
||||
normalcea
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ let
|
|||
homepage = "https://github.com/AsahiLinux/alsa-ucm-conf-asahi";
|
||||
changelog = "https://github.com/AsahiLinux/alsa-ucm-conf-asahi/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "aarch64-linux" ];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/AsahiLinux/asahi-audio";
|
||||
changelog = "https://github.com/AsahiLinux/asahi-audio/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "aarch64-linux" ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
description = "Asahi firmware extraction script";
|
||||
homepage = "https://github.com/AsahiLinux/asahi-installer";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "asahi-fwextract";
|
||||
platforms = [ "aarch64-linux" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
description = "Lightweight psychoacoustic bass enhancement plugin";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
yuka
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
dtomvan
|
||||
normalcea
|
||||
];
|
||||
mainProgram = "bazaar";
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://www.gnu.org/software/c-intro-and-ref/";
|
||||
license = lib.licenses.fdl13Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
rc-zb
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ let
|
|||
homepage = "https://duckstation.org";
|
||||
license = lib.licenses.cc-by-nc-nd-40;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
matteopacini
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/getnf/embellish";
|
||||
changelog = "https://github.com/getnf/embellish/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "io.github.getnf.embellish";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://gaphor.org/";
|
||||
changelog = "https://github.com/gaphor/gaphor/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.gnome-circle ];
|
||||
mainProgram = "gaphor";
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
to do things that aren't provided out-of-the-box.
|
||||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
inherit (guile.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mpl20 # or
|
||||
lgpl21Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.gnome ];
|
||||
platforms = lib.platforms.linux;
|
||||
pkgConfigModules = [
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "C++ Markdown to HTML header-only parser library";
|
||||
homepage = "https://github.com/progsource/maddy";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Cross-platform development base for native Nickvision applications";
|
||||
homepage = "https://github.com/NickvisionApps/libnick";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
pkgConfigModules = [ "libnick" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
description = "C++ wrapper for the libxml2 XML parser library";
|
||||
homepage = "https://libxmlplusplus.sourceforge.net/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = [ lib.maintainers.normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
bsd3
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.aarch64;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
claws-mail's mail folders. Most other mail clients have migrated to
|
||||
maildir.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
})
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/NickvisionApps/Parabolic";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
getchoo
|
||||
];
|
||||
mainProgram = "org.nickvision.tubeconverter";
|
||||
|
|
|
|||
|
|
@ -130,7 +130,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
PaulGrandperrin
|
||||
normalcea
|
||||
sigmasquadron
|
||||
];
|
||||
mainProgram = "io.github.fgsfdsfgs.perfect_dark";
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
chuangzhu
|
||||
normalcea
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
publicDomain
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
pandapip1
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/oclero/qlementine-icons";
|
||||
changelog = "https://github.com/oclero/qlementine-icons/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://oclero.github.io/qlementine/";
|
||||
changelog = "https://github.com/oclero/qlementine/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/oclero/qtappinstancemanager";
|
||||
changelog = "https://github.com/oclero/qtappinstancemanager/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "qtappinstancemanager";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
changelog = "https://github.com/ruffle-rs/ruffle/releases/tag/${lib.strings.removePrefix "0.2.0-" finalAttrs.version}";
|
||||
maintainers = [
|
||||
lib.maintainers.jchw
|
||||
lib.maintainers.normalcea
|
||||
];
|
||||
mainProgram = "ruffle";
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
mainProgram = "speakersafetyd";
|
||||
homepage = "https://github.com/AsahiLinux/speakersafetyd";
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
flokli
|
||||
yuka
|
||||
];
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
yuka
|
||||
];
|
||||
platforms = [ "aarch64-linux" ];
|
||||
|
|
|
|||
|
|
@ -82,9 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Virtual 3D GPU for use inside QEMU virtual machines";
|
||||
homepage = "https://docs.mesa3d.org/drivers/virgl";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
normalcea
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "virgl_test_server";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
bsd3 # Intel Cilk Run-Time Library
|
||||
];
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ normalcea ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "y-cruncher";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue