maintainers: remove Madouura (#442867)

Changed files
+8 -138
maintainers
nixos
modules
services
networking
tests
pkgs
applications
misc
by-name
ar
bc
bcachefs-tools
bl
blaze
do
dolphin-emu-primehack
du
ea
easyjson
fr
frugally-deep
ge
geticons
ko
kokkos
pr
prboom-plus
qu
quicktemplate
ra
rapidjson
sn
sndio
st
statik
sv
svt-av1
te
tetrd
tewisay
ti
tinygo
to
tokyonight-gtk-theme
tr
triton-llvm
vl
vlang
development
python-modules
barectf
desktop-entry-lib
merkletools
protonup-ng
sphinx-markdown-tables
triton
top-level
-6
maintainers/maintainer-list.nix
···
name = "madonius";
matrix = "@madonius:entropia.de";
-
Madouura = {
-
email = "madouura@gmail.com";
-
github = "Madouura";
-
githubId = 93990818;
-
name = "Madoura";
-
};
maeve = {
email = "mrey@mailbox.org";
matrix = "@maeve:catgirl.cloud";
+3 -1
nixos/modules/services/networking/zeronet.nix
···
] "Zeronet will log by default in /var/lib/zeronet")
];
-
meta.maintainers = with maintainers; [ Madouura ];
+
meta = {
+
inherit (pkgs.zeronet) maintainers;
+
};
}
+3 -1
nixos/tests/bcachefs.nix
···
{ pkgs, ... }:
{
name = "bcachefs";
-
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
+
meta = {
+
inherit (pkgs.bcachefs-tools.meta) maintainers;
+
};
nodes.machine =
{ pkgs, ... }:
-1
pkgs/applications/misc/lutris/default.nix
···
description = "Open Source gaming platform for GNU/Linux";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
-
Madouura
rapiteanu
iedame
];
-1
pkgs/applications/misc/lutris/fhsenv.nix
···
# Adventure Game Studio
allegro
-
dumb
# Battle.net
jansson
-3
pkgs/by-name/ar/ares/package.nix
···
description = "Open-source multi-system emulator with a focus on accuracy and preservation";
license = lib.licenses.isc;
mainProgram = "ares";
-
maintainers = with lib.maintainers; [
-
Madouura
-
];
platforms = lib.platforms.unix;
};
})
-1
pkgs/by-name/bc/bcachefs-tools/package.nix
···
maintainers = with lib.maintainers; [
davidak
johnrtitor
-
Madouura
];
platforms = lib.platforms.linux;
mainProgram = "bcachefs";
-1
pkgs/by-name/bl/blaze/package.nix
···
description = "High performance C++ math library";
homepage = "https://bitbucket.org/blaze-lib/blaze";
license = with licenses; [ bsd3 ];
-
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
};
})
-1
pkgs/by-name/do/dolphin-emu-primehack/package.nix
···
homepage = "https://github.com/shiiion/dolphin";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = lib.licenses.gpl2Plus;
-
maintainers = with lib.maintainers; [ Madouura ];
broken = stdenv.hostPlatform.isDarwin;
platforms = lib.platforms.unix;
};
-38
pkgs/by-name/du/dumb/package.nix
···
-
{
-
lib,
-
stdenv,
-
fetchFromGitHub,
-
cmake,
-
allegro,
-
SDL2,
-
}:
-
-
stdenv.mkDerivation rec {
-
pname = "dumb";
-
version = "2.0.3";
-
-
nativeBuildInputs = [ cmake ];
-
buildInputs = [
-
allegro
-
SDL2
-
];
-
-
src = fetchFromGitHub {
-
owner = "kode54";
-
repo = "dumb";
-
rev = version;
-
sha256 = "1cnq6rb14d4yllr0yi32p9jmcig8avs3f43bvdjrx4r1mpawspi6";
-
};
-
-
cmakeFlags = [
-
"-DBUILD_EXAMPLES='OFF'"
-
];
-
-
meta = with lib; {
-
homepage = "https://github.com/kode54/dumb";
-
description = "Module/tracker based music format parser and player library";
-
license = licenses.free; # Derivative of GPL
-
maintainers = with maintainers; [ Madouura ];
-
platforms = platforms.all;
-
};
-
}
-1
pkgs/by-name/ea/easyjson/package.nix
···
description = "Fast JSON serializer for Go";
mainProgram = "easyjson";
license = licenses.mit;
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/by-name/fr/frugally-deep/package.nix
···
description = "Header-only library for using Keras (TensorFlow) models in C++";
homepage = "https://github.com/Dobiasd/frugally-deep";
license = with licenses; [ mit ];
-
maintainers = with maintainers; [ Madouura ];
platforms = platforms.linux;
};
})
-1
pkgs/by-name/ge/geticons/package.nix
···
mainProgram = "geticons";
homepage = "https://git.sr.ht/~zethra/geticons";
license = with licenses; [ gpl3Plus ];
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/by-name/ko/kokkos/package.nix
···
asl20
llvm-exception
];
-
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
-63
pkgs/by-name/pr/prboom-plus/package.nix
···
-
{
-
lib,
-
stdenv,
-
fetchFromGitHub,
-
cmake,
-
SDL2,
-
SDL2_mixer,
-
SDL2_image,
-
SDL2_net,
-
fluidsynth,
-
soundfont-fluid,
-
portmidi,
-
dumb,
-
libvorbis,
-
libmad,
-
pcre,
-
}:
-
-
stdenv.mkDerivation rec {
-
pname = "prboom-plus";
-
version = "2.6.66";
-
-
src = fetchFromGitHub {
-
owner = "coelckers";
-
repo = "prboom-plus";
-
rev = "v${version}";
-
sha256 = "sha256-moU/bZ2mS1QfKPP6HaAwWP1nRNZ4Ue5DFl9zBBrJiHw=";
-
};
-
-
sourceRoot = "${src.name}/prboom2";
-
-
nativeBuildInputs = [
-
cmake
-
];
-
-
buildInputs = [
-
SDL2
-
SDL2_mixer
-
SDL2_image
-
SDL2_net
-
fluidsynth
-
portmidi
-
dumb
-
libvorbis
-
libmad
-
pcre
-
];
-
-
# Fixes impure path to soundfont
-
prePatch = ''
-
substituteInPlace src/m_misc.c --replace \
-
"/usr/share/sounds/sf3/default-GM.sf3" \
-
"${soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2"
-
'';
-
-
meta = with lib; {
-
homepage = "https://github.com/coelckers/prboom-plus";
-
description = "Advanced, Vanilla-compatible Doom engine based on PrBoom";
-
license = licenses.gpl2Plus;
-
platforms = platforms.linux;
-
maintainers = [ maintainers.ashley ];
-
};
-
}
-1
pkgs/by-name/qu/quicktemplate/package.nix
···
homepage = "https://github.com/valyala/quicktemplate";
description = "Fast, powerful, yet easy to use template engine for Go";
license = licenses.mit;
-
maintainers = with maintainers; [ Madouura ];
mainProgram = "qtc";
};
}
-1
pkgs/by-name/ra/rapidjson/package.nix
···
platforms = lib.platforms.unix;
maintainers = [
lib.maintainers.dotlambda
-
lib.maintainers.Madouura
lib.maintainers.tobim
];
};
-1
pkgs/by-name/sn/sndio/package.nix
···
homepage = "https://www.sndio.org";
description = "Small audio and MIDI framework part of the OpenBSD project";
license = lib.licenses.isc;
-
maintainers = with lib.maintainers; [ Madouura ];
platforms = lib.platforms.all;
};
})
-1
pkgs/by-name/st/statik/package.nix
···
description = "Embed files into a Go executable";
mainProgram = "statik";
license = licenses.asl20;
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/by-name/sv/svt-av1/package.nix
···
aom
bsd3
];
-
maintainers = with maintainers; [ Madouura ];
mainProgram = "SvtAv1EncApp";
platforms = platforms.unix;
};
-1
pkgs/by-name/te/tetrd/package.nix
···
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/by-name/te/tewisay/package.nix
···
homepage = "https://github.com/raymond-w-ko/tewisay";
description = "Cowsay replacement with unicode and partial ansi escape support";
license = with licenses; [ cc0 ];
-
maintainers = with maintainers; [ Madouura ];
mainProgram = "tewisay";
};
}
-1
pkgs/by-name/ti/tinygo/package.nix
···
description = "Go compiler for small places";
license = licenses.bsd3;
maintainers = with maintainers; [
-
Madouura
muscaln
];
};
-1
pkgs/by-name/to/tokyonight-gtk-theme/package.nix
···
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
garaiza-93
-
Madouura
d3vil0p3r
];
platforms = lib.platforms.unix;
-1
pkgs/by-name/tr/triton-llvm/package.nix
···
license = with lib.licenses; [ ncsa ];
maintainers = with lib.maintainers; [
SomeoneSerge
-
Madouura
];
platforms = with lib.platforms; aarch64 ++ x86;
};
-1
pkgs/by-name/vl/vlang/package.nix
···
description = "Simple, fast, safe, compiled language for developing maintainable software";
license = licenses.mit;
maintainers = with maintainers; [
-
Madouura
delta231
];
mainProgram = "v";
-1
pkgs/development/python-modules/barectf/default.nix
···
mainProgram = "barectf";
homepage = "https://github.com/efficios/barectf";
license = licenses.mit;
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/development/python-modules/desktop-entry-lib/default.nix
···
homepage = "https://codeberg.org/JakobDev/desktop-entry-lib";
changelog = "https://codeberg.org/JakobDev/desktop-entry-lib/releases/tag/${version}";
license = licenses.bsd2;
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/development/python-modules/merkletools/default.nix
···
homepage = "https://github.com/Tierion/pymerkletools";
changelog = "https://github.com/Tierion/pymerkletools/releases/tag/${version}";
license = licenses.mit;
-
maintainers = with maintainers; [ Madouura ];
};
}
-1
pkgs/development/python-modules/protonup-ng/default.nix
···
description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE";
license = licenses.gpl3Only;
maintainers = with maintainers; [
-
Madouura
cafkafk
];
mainProgram = "protonup";
-1
pkgs/development/python-modules/sphinx-markdown-tables/default.nix
···
meta = with lib; {
description = "Sphinx extension for rendering tables written in markdown";
homepage = "https://github.com/ryanfox/sphinx-markdown-tables";
-
maintainers = with maintainers; [ Madouura ];
license = licenses.gpl3;
};
}
-1
pkgs/development/python-modules/triton/default.nix
···
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
SomeoneSerge
-
Madouura
derdennisop
];
};
+2
pkgs/top-level/aliases.nix
···
du-dust = dust; # Added 2024-01-19
duckstation = throw "'duckstation' has been removed due to being unmaintained"; # Added 2025-08-03
duckstation-bin = throw "'duckstation-bin' has been removed due to being unmaintained"; # Added 2025-08-03
+
dumb = throw "'dumb' has been archived by upstream. Upstream recommends libopenmpt as a replacement."; # Added 2025-09-14
dump1090 = dump1090-fa; # Added 2024-02-12
dwfv = throw "'dwfv' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
dylibbundler = throw "'dylibbundler' has been renamed to/replaced by 'macdylibbundler'"; # Converted to throw 2024-10-17
···
polipo = throw "'polipo' has been removed as it is unmaintained upstream"; # Added 2025-05-18
poppler_utils = poppler-utils; # Added 2025-02-27
powerline-rs = throw "'powerline-rs' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
+
prboom-plus = throw "'prboom-plus' has been removed since it is unmaintained upstream."; # Added 2025-09-14
premake3 = throw "'premake3' has been removed since it is unmaintained. Consider using 'premake' instead"; # Added 2025-05-10
prismlauncher-qt5 = throw "'prismlauncher-qt5' has been removed from nixpkgs. Please use 'prismlauncher'"; # Added 2024-04-20
prismlauncher-qt5-unwrapped = throw "'prismlauncher-qt5-unwrapped' has been removed from nixpkgs. Please use 'prismlauncher-unwrapped'"; # Added 2024-04-20