maintainers: remove Madouura

Maintainer has not been active in nixpkgs for over a year, and not been
responding to maintainer pings for even longer.

Changed files
-34
maintainers
pkgs
applications
misc
lutris
by-name
ar
bc
bcachefs-tools
bl
blaze
do
dolphin-emu-primehack
ea
easyjson
fr
frugally-deep
ge
geticons
ko
kokkos
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
-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";
···
name = "madonius";
matrix = "@madonius:entropia.de";
};
maeve = {
email = "mrey@mailbox.org";
matrix = "@maeve:catgirl.cloud";
-1
pkgs/applications/misc/lutris/default.nix
···
description = "Open Source gaming platform for GNU/Linux";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
-
Madouura
rapiteanu
];
platforms = platforms.linux;
···
description = "Open Source gaming platform for GNU/Linux";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
rapiteanu
];
platforms = platforms.linux;
-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;
};
})
···
description = "Open-source multi-system emulator with a focus on accuracy and preservation";
license = lib.licenses.isc;
mainProgram = "ares";
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";
···
maintainers = with lib.maintainers; [
davidak
johnrtitor
];
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;
};
})
···
description = "High performance C++ math library";
homepage = "https://bitbucket.org/blaze-lib/blaze";
license = with licenses; [ bsd3 ];
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;
};
···
homepage = "https://github.com/shiiion/dolphin";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = lib.licenses.gpl2Plus;
broken = stdenv.hostPlatform.isDarwin;
platforms = lib.platforms.unix;
};
-1
pkgs/by-name/ea/easyjson/package.nix
···
description = "Fast JSON serializer for Go";
mainProgram = "easyjson";
license = licenses.mit;
-
maintainers = with maintainers; [ Madouura ];
};
}
···
description = "Fast JSON serializer for Go";
mainProgram = "easyjson";
license = licenses.mit;
};
}
-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;
};
})
···
description = "Header-only library for using Keras (TensorFlow) models in C++";
homepage = "https://github.com/Dobiasd/frugally-deep";
license = with licenses; [ mit ];
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 ];
};
}
···
mainProgram = "geticons";
homepage = "https://git.sr.ht/~zethra/geticons";
license = with licenses; [ gpl3Plus ];
};
}
-1
pkgs/by-name/ko/kokkos/package.nix
···
asl20
llvm-exception
];
-
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
···
asl20
llvm-exception
];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
-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";
};
}
···
homepage = "https://github.com/valyala/quicktemplate";
description = "Fast, powerful, yet easy to use template engine for Go";
license = licenses.mit;
mainProgram = "qtc";
};
}
-1
pkgs/by-name/ra/rapidjson/package.nix
···
platforms = lib.platforms.unix;
maintainers = [
lib.maintainers.dotlambda
-
lib.maintainers.Madouura
lib.maintainers.tobim
];
};
···
platforms = lib.platforms.unix;
maintainers = [
lib.maintainers.dotlambda
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;
};
})
···
homepage = "https://www.sndio.org";
description = "Small audio and MIDI framework part of the OpenBSD project";
license = lib.licenses.isc;
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 ];
};
}
···
description = "Embed files into a Go executable";
mainProgram = "statik";
license = licenses.asl20;
};
}
-1
pkgs/by-name/sv/svt-av1/package.nix
···
aom
bsd3
];
-
maintainers = with maintainers; [ Madouura ];
mainProgram = "SvtAv1EncApp";
platforms = platforms.unix;
};
···
aom
bsd3
];
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 ];
};
}
···
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
};
}
-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";
};
}
···
homepage = "https://github.com/raymond-w-ko/tewisay";
description = "Cowsay replacement with unicode and partial ansi escape support";
license = with licenses; [ cc0 ];
mainProgram = "tewisay";
};
}
-1
pkgs/by-name/ti/tinygo/package.nix
···
description = "Go compiler for small places";
license = licenses.bsd3;
maintainers = with maintainers; [
-
Madouura
muscaln
];
};
···
description = "Go compiler for small places";
license = licenses.bsd3;
maintainers = with maintainers; [
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;
···
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
garaiza-93
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;
};
···
license = with lib.licenses; [ ncsa ];
maintainers = with lib.maintainers; [
SomeoneSerge
];
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";
···
description = "Simple, fast, safe, compiled language for developing maintainable software";
license = licenses.mit;
maintainers = with maintainers; [
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 ];
};
}
···
mainProgram = "barectf";
homepage = "https://github.com/efficios/barectf";
license = licenses.mit;
};
}
-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 ];
};
}
···
homepage = "https://codeberg.org/JakobDev/desktop-entry-lib";
changelog = "https://codeberg.org/JakobDev/desktop-entry-lib/releases/tag/${version}";
license = licenses.bsd2;
};
}
-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 ];
};
}
···
homepage = "https://github.com/Tierion/pymerkletools";
changelog = "https://github.com/Tierion/pymerkletools/releases/tag/${version}";
license = licenses.mit;
};
}
-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";
···
description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE";
license = licenses.gpl3Only;
maintainers = with maintainers; [
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;
};
}
···
meta = with lib; {
description = "Sphinx extension for rendering tables written in markdown";
homepage = "https://github.com/ryanfox/sphinx-markdown-tables";
license = licenses.gpl3;
};
}
-1
pkgs/development/python-modules/triton/default.nix
···
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
SomeoneSerge
-
Madouura
derdennisop
];
};
···
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
SomeoneSerge
derdennisop
];
};