maintainers: fortuneteller2k -> moni
This commit is contained in:
parent
f0e5556c62
commit
d3c568b7bc
46 changed files with 52 additions and 52 deletions
|
@ -6003,13 +6003,6 @@
|
|||
githubId = 92793;
|
||||
name = "Friedrich von Never";
|
||||
};
|
||||
fortuneteller2k = {
|
||||
email = "lythe1107@gmail.com";
|
||||
matrix = "@fortuneteller2k:matrix.org";
|
||||
github = "fortuneteller2k";
|
||||
githubId = 20619776;
|
||||
name = "fortuneteller2k";
|
||||
};
|
||||
fpletz = {
|
||||
email = "fpletz@fnordicwalking.de";
|
||||
github = "fpletz";
|
||||
|
@ -12095,6 +12088,13 @@
|
|||
github = "ribosomerocker";
|
||||
githubId = 46468162;
|
||||
};
|
||||
moni = {
|
||||
email = "lythe1107@gmail.com";
|
||||
matrix = "@fortuneteller2k:matrix.org";
|
||||
github = "moni";
|
||||
githubId = 20619776;
|
||||
name = "moni";
|
||||
};
|
||||
monsieurp = {
|
||||
email = "monsieurp@gentoo.org";
|
||||
github = "monsieurp";
|
||||
|
|
|
@ -30,5 +30,5 @@ in
|
|||
++ optionals (activatedHosts == [ ]) [ "${pkgs.stevenblack-blocklist}/hosts" ];
|
||||
};
|
||||
|
||||
meta.maintainers = [ maintainers.fortuneteller2k maintainers.artturin ];
|
||||
meta.maintainers = [ maintainers.moni maintainers.artturin ];
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ mkDerivation rec {
|
|||
description = "2D molecule editor";
|
||||
homepage = "https://sourceforge.net/projects/molsketch/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.fortuneteller2k ];
|
||||
maintainers = [ maintainers.moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/curlpipe/ox";
|
||||
changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Misterio77/flavours";
|
||||
changelog = "https://github.com/Misterio77/flavours/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fortuneteller2k misterio77 ];
|
||||
maintainers = with maintainers; [ moni misterio77 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://gitlab.com/snakedye/kile";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux; # It's meant for river, a wayland compositor
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
mainProgram = "kile";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/Sweets/tiramisu";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wishfort36 fortuneteller2k ];
|
||||
maintainers = with maintainers; [ wishfort36 moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ buildNpmPackage rec {
|
|||
homepage = "https://vieb.dev/";
|
||||
changelog = "https://github.com/Jelmerro/Vieb/releases/tag/${version}";
|
||||
description = "Vim Inspired Electron Browser";
|
||||
maintainers = with maintainers; [ gebner fortuneteller2k tejing ];
|
||||
maintainers = with maintainers; [ gebner tejing ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
|
|
|
@ -103,7 +103,7 @@ mkDerivation rec {
|
|||
homepage = "https://github.com/contour-terminal/contour";
|
||||
changelog = "https://github.com/contour-terminal/contour/raw/v${version}/Changelog.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "A lightweight xcb based bar";
|
||||
homepage = "https://github.com/LemonBoy/bar";
|
||||
maintainers = with maintainers; [ meisternu fortuneteller2k ];
|
||||
maintainers = with maintainers; [ meisternu moni ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -20,6 +20,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/drscream/lemonbar-xft";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/DelusionalLogic/NeoComp";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ twey fortuneteller2k ];
|
||||
maintainers = with maintainers; [ twey moni ];
|
||||
platforms = platforms.linux;
|
||||
description = "A fork of Compton, a compositor for X11";
|
||||
longDescription = ''
|
||||
|
|
|
@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
adamcstephens
|
||||
fortuneteller2k
|
||||
moni
|
||||
rodrgz
|
||||
];
|
||||
mainProgram = "river";
|
||||
|
|
|
@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
having a black belt in shell scripting.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ];
|
||||
maintainers = with maintainers; [ afldcr Br1ght0ne moni ckie ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/NerdyPepper/curie";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/MuseScoreFonts/Edwin";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/kiwi0fruit/open-fonts";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,6 +26,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/NerdyPepper/scientifica";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
license = licenses.gpl3Only;
|
||||
# darwin gives hash mismatch in source, probably because of file names differing only in case
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo fortuneteller2k ];
|
||||
maintainers = with maintainers; [ romildo moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/phisch/phinger-cursors";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.cc-by-sa-40;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/ubuntu/yaru";
|
||||
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fortuneteller2k amaxine ];
|
||||
maintainers = with maintainers; [ moni amaxine ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/JoNil/elf2uf2-rs";
|
||||
license = with licenses; [ bsd0 ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ polygon fortuneteller2k ];
|
||||
maintainers = with maintainers; [ polygon moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -106,6 +106,6 @@ buildDunePackage {
|
|||
homepage = "https://github.com/RedPRL/cooltt";
|
||||
description = "A cool implementation of normalization by evaluation (nbe) & elaboration for Cartesian cubical type theory";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/rhinstaller/dasbus";
|
||||
description = "DBus library in Python3";
|
||||
license = licenses.lgpl21Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,6 @@ buildPythonPackage rec {
|
|||
description = "Simple Python key-value storage backed up by sqlite3 database";
|
||||
homepage = "https://github.com/desbma/web_cache";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Pretty-print error messages of the ATS Compiler";
|
||||
homepage = "https://github.com/sparverius/ats-acc";
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
license = licenses.unfree; # Upstream has no license
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/zigtools/zls/releases/tag/${finalAttrs.version}";
|
||||
homepage = "https://github.com/zigtools/zls";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda fortuneteller2k ];
|
||||
maintainers = with lib.maintainers; [ figsoda moni ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -24,6 +24,6 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://git.goral.net.pl/mgoral/i3a";
|
||||
description = "A set of scripts used for automation of i3 and sway window manager layouts";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Device that allows access to Linux kernel cryptographic drivers";
|
||||
homepage = "http://cryptodev-linux.org/";
|
||||
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
||||
maintainers = with lib.maintainers; [ moni ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A daemon to help balance the cpu load generated by interrupts across all of a systems cpus";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ let
|
|||
|
||||
extraMeta = {
|
||||
branch = lib.versions.majorMinor version;
|
||||
maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 zzzsy ];
|
||||
maintainers = with lib.maintainers; [ moni lovesegfault atemu shawn8901 zzzsy ];
|
||||
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
description = "RealTek RTL8188eus WiFi driver with monitor mode & frame injection support";
|
||||
homepage = "https://github.com/aircrack-ng/rtl8188eus";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
broken = (lib.versionAtLeast kernel.version "6.6") || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/morrownr/8812au-20210629";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A kernel module to create V4L2 loopback devices";
|
||||
homepage = "https://github.com/umlaeute/v4l2loopback";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
platforms = platforms.linux;
|
||||
outputsToInstall = [ "out" ];
|
||||
};
|
||||
|
|
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ goibhniu fortuneteller2k ];
|
||||
maintainers = with maintainers; [ goibhniu moni ];
|
||||
description = "Wacom digitizer driver for X11";
|
||||
homepage = "https://linuxwacom.sourceforge.net";
|
||||
license = licenses.gpl2Only;
|
||||
|
|
|
@ -35,7 +35,7 @@ buildGoModule rec {
|
|||
description = "An interactive Unix-like shell written in Go";
|
||||
changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${version}";
|
||||
homepage = "https://github.com/Rosettea/Hilbish";
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ nyanloutre fortuneteller2k kyleondy ];
|
||||
maintainers = with maintainers; [ nyanloutre moni kyleondy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Lightweight color picker for X11";
|
||||
homepage = "https://github.com/Soft/xcolor";
|
||||
maintainers = with lib.maintainers; [ fortuneteller2k ];
|
||||
maintainers = with lib.maintainers; [ moni ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,6 +24,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/NNBnh/bfetch";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "ELF visualizer, generates HTML files from ELF binaries.";
|
||||
homepage = "https://github.com/ruslashev/elfcat";
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,6 +24,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/lptstr/fetchutils";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,6 +34,6 @@ python3Packages.buildPythonApplication rec {
|
|||
description = "Smart Automatic Cover Art Downloader";
|
||||
homepage = "https://github.com/desbma/sacad";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "Crack and decrypt BLE encryption";
|
||||
homepage = "https://github.com/mikeryan/crackle";
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "A tool that injects data into wireless networks";
|
||||
homepage = "https://github.com/aircrack-ng/mdk4";
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A small proof-of-concept application to find non discoverable bluetooth devices";
|
||||
homepage = "https://gitlab.com/kalilinux/packages/redfang";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@ fetchFromGitHub {
|
|||
description = "Unified hosts file with base extensions";
|
||||
homepage = "https://github.com/StevenBlack/hosts";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue