maintainers: fortuneteller2k -> moni

+52 -52
+7 -7
maintainers/maintainer-list.nix
··· 6003 6003 githubId = 92793; 6004 6004 name = "Friedrich von Never"; 6005 6005 }; 6006 - fortuneteller2k = { 6007 - email = "lythe1107@gmail.com"; 6008 - matrix = "@fortuneteller2k:matrix.org"; 6009 - github = "fortuneteller2k"; 6010 - githubId = 20619776; 6011 - name = "fortuneteller2k"; 6012 - }; 6013 6006 fpletz = { 6014 6007 email = "fpletz@fnordicwalking.de"; 6015 6008 github = "fpletz"; ··· 12094 12087 matrix = "@mon:tchncs.de"; 12095 12088 github = "ribosomerocker"; 12096 12089 githubId = 46468162; 12090 + }; 12091 + moni = { 12092 + email = "lythe1107@gmail.com"; 12093 + matrix = "@fortuneteller2k:matrix.org"; 12094 + github = "moni"; 12095 + githubId = 20619776; 12096 + name = "moni"; 12097 12097 }; 12098 12098 monsieurp = { 12099 12099 email = "monsieurp@gentoo.org";
+1 -1
nixos/modules/config/stevenblack.nix
··· 30 30 ++ optionals (activatedHosts == [ ]) [ "${pkgs.stevenblack-blocklist}/hosts" ]; 31 31 }; 32 32 33 - meta.maintainers = [ maintainers.fortuneteller2k maintainers.artturin ]; 33 + meta.maintainers = [ maintainers.moni maintainers.artturin ]; 34 34 }
+1 -1
pkgs/applications/editors/molsketch/default.nix
··· 48 48 description = "2D molecule editor"; 49 49 homepage = "https://sourceforge.net/projects/molsketch/"; 50 50 license = licenses.gpl2Plus; 51 - maintainers = [ maintainers.fortuneteller2k ]; 51 + maintainers = [ maintainers.moni ]; 52 52 }; 53 53 }
+1 -1
pkgs/applications/editors/ox/default.nix
··· 18 18 homepage = "https://github.com/curlpipe/ox"; 19 19 changelog = "https://github.com/curlpipe/ox/releases/tag/${version}"; 20 20 license = licenses.gpl2Only; 21 - maintainers = with maintainers; [ fortuneteller2k ]; 21 + maintainers = with maintainers; [ moni ]; 22 22 }; 23 23 }
+1 -1
pkgs/applications/misc/flavours/default.nix
··· 29 29 homepage = "https://github.com/Misterio77/flavours"; 30 30 changelog = "https://github.com/Misterio77/flavours/releases/tag/v${version}"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ fortuneteller2k misterio77 ]; 32 + maintainers = with maintainers; [ moni misterio77 ]; 33 33 }; 34 34 }
+1 -1
pkgs/applications/misc/kile-wl/default.nix
··· 27 27 homepage = "https://gitlab.com/snakedye/kile"; 28 28 license = licenses.mit; 29 29 platforms = platforms.linux; # It's meant for river, a wayland compositor 30 - maintainers = with maintainers; [ fortuneteller2k ]; 30 + maintainers = with maintainers; [ moni ]; 31 31 mainProgram = "kile"; 32 32 }; 33 33 }
+1 -1
pkgs/applications/misc/tiramisu/default.nix
··· 27 27 homepage = "https://github.com/Sweets/tiramisu"; 28 28 license = licenses.mit; 29 29 platforms = platforms.linux; 30 - maintainers = with maintainers; [ wishfort36 fortuneteller2k ]; 30 + maintainers = with maintainers; [ wishfort36 moni ]; 31 31 }; 32 32 }
+1 -1
pkgs/applications/networking/browsers/vieb/default.nix
··· 58 58 homepage = "https://vieb.dev/"; 59 59 changelog = "https://github.com/Jelmerro/Vieb/releases/tag/${version}"; 60 60 description = "Vim Inspired Electron Browser"; 61 - maintainers = with maintainers; [ gebner fortuneteller2k tejing ]; 61 + maintainers = with maintainers; [ gebner tejing ]; 62 62 platforms = platforms.unix; 63 63 license = licenses.gpl3Plus; 64 64 };
+1 -1
pkgs/applications/terminal-emulators/contour/default.nix
··· 103 103 homepage = "https://github.com/contour-terminal/contour"; 104 104 changelog = "https://github.com/contour-terminal/contour/raw/v${version}/Changelog.md"; 105 105 license = licenses.asl20; 106 - maintainers = with maintainers; [ fortuneteller2k ]; 106 + maintainers = with maintainers; [ moni ]; 107 107 platforms = platforms.unix; 108 108 }; 109 109 }
+1 -1
pkgs/applications/window-managers/lemonbar/default.nix
··· 18 18 meta = with lib; { 19 19 description = "A lightweight xcb based bar"; 20 20 homepage = "https://github.com/LemonBoy/bar"; 21 - maintainers = with maintainers; [ meisternu fortuneteller2k ]; 21 + maintainers = with maintainers; [ meisternu moni ]; 22 22 license = licenses.mit; 23 23 platforms = platforms.linux; 24 24 };
+1 -1
pkgs/applications/window-managers/lemonbar/xft.nix
··· 20 20 homepage = "https://github.com/drscream/lemonbar-xft"; 21 21 license = licenses.mit; 22 22 platforms = platforms.linux; 23 - maintainers = with maintainers; [ fortuneteller2k ]; 23 + maintainers = with maintainers; [ moni ]; 24 24 }; 25 25 }
+1 -1
pkgs/applications/window-managers/neocomp/default.nix
··· 76 76 meta = with lib; { 77 77 homepage = "https://github.com/DelusionalLogic/NeoComp"; 78 78 license = licenses.gpl3Only; 79 - maintainers = with maintainers; [ twey fortuneteller2k ]; 79 + maintainers = with maintainers; [ twey moni ]; 80 80 platforms = platforms.linux; 81 81 description = "A fork of Compton, a compositor for X11"; 82 82 longDescription = ''
+1 -1
pkgs/applications/window-managers/river/default.nix
··· 83 83 license = lib.licenses.gpl3Plus; 84 84 maintainers = with lib.maintainers; [ 85 85 adamcstephens 86 - fortuneteller2k 86 + moni 87 87 rodrgz 88 88 ]; 89 89 mainProgram = "river";
+1 -1
pkgs/by-name/po/polybar/package.nix
··· 110 110 having a black belt in shell scripting. 111 111 ''; 112 112 license = licenses.mit; 113 - maintainers = with maintainers; [ afldcr Br1ght0ne fortuneteller2k ckie ]; 113 + maintainers = with maintainers; [ afldcr Br1ght0ne moni ckie ]; 114 114 platforms = platforms.linux; 115 115 }; 116 116 })
+1 -1
pkgs/data/fonts/curie/default.nix
··· 25 25 homepage = "https://github.com/NerdyPepper/curie"; 26 26 license = licenses.ofl; 27 27 platforms = platforms.all; 28 - maintainers = with maintainers; [ fortuneteller2k ]; 28 + maintainers = with maintainers; [ moni ]; 29 29 }; 30 30 }
+1 -1
pkgs/data/fonts/edwin/default.nix
··· 23 23 homepage = "https://github.com/MuseScoreFonts/Edwin"; 24 24 license = licenses.ofl; 25 25 platforms = platforms.all; 26 - maintainers = with maintainers; [ fortuneteller2k ]; 26 + maintainers = with maintainers; [ moni ]; 27 27 }; 28 28 }
+1 -1
pkgs/data/fonts/open-fonts/default.nix
··· 23 23 homepage = "https://github.com/kiwi0fruit/open-fonts"; 24 24 license = licenses.mit; 25 25 platforms = platforms.all; 26 - maintainers = with maintainers; [ fortuneteller2k ]; 26 + maintainers = with maintainers; [ moni ]; 27 27 }; 28 28 }
+1 -1
pkgs/data/fonts/scientifica/default.nix
··· 26 26 homepage = "https://github.com/NerdyPepper/scientifica"; 27 27 license = licenses.ofl; 28 28 platforms = platforms.all; 29 - maintainers = with maintainers; [ fortuneteller2k ]; 29 + maintainers = with maintainers; [ moni ]; 30 30 }; 31 31 }
+1 -1
pkgs/data/icons/papirus-icon-theme/default.nix
··· 41 41 license = licenses.gpl3Only; 42 42 # darwin gives hash mismatch in source, probably because of file names differing only in case 43 43 platforms = platforms.linux; 44 - maintainers = with maintainers; [ romildo fortuneteller2k ]; 44 + maintainers = with maintainers; [ romildo moni ]; 45 45 }; 46 46 }
+1 -1
pkgs/data/icons/phinger-cursors/default.nix
··· 23 23 homepage = "https://github.com/phisch/phinger-cursors"; 24 24 platforms = platforms.unix; 25 25 license = licenses.cc-by-sa-40; 26 - maintainers = with maintainers; [ fortuneteller2k ]; 26 + maintainers = with maintainers; [ moni ]; 27 27 }; 28 28 }
+1 -1
pkgs/data/themes/yaru/default.nix
··· 39 39 homepage = "https://github.com/ubuntu/yaru"; 40 40 license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ]; 41 41 platforms = platforms.linux; 42 - maintainers = with maintainers; [ fortuneteller2k amaxine ]; 42 + maintainers = with maintainers; [ moni amaxine ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/embedded/elf2uf2-rs/default.nix
··· 27 27 homepage = "https://github.com/JoNil/elf2uf2-rs"; 28 28 license = with licenses; [ bsd0 ]; 29 29 platforms = platforms.linux ++ platforms.darwin; 30 - maintainers = with maintainers; [ polygon fortuneteller2k ]; 30 + maintainers = with maintainers; [ polygon moni ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/ocaml-modules/cooltt/default.nix
··· 106 106 homepage = "https://github.com/RedPRL/cooltt"; 107 107 description = "A cool implementation of normalization by evaluation (nbe) & elaboration for Cartesian cubical type theory"; 108 108 license = licenses.asl20; 109 - maintainers = with maintainers; [ fortuneteller2k ]; 109 + maintainers = with maintainers; [ moni ]; 110 110 }; 111 111 }
+1 -1
pkgs/development/python-modules/dasbus/default.nix
··· 20 20 homepage = "https://github.com/rhinstaller/dasbus"; 21 21 description = "DBus library in Python3"; 22 22 license = licenses.lgpl21Only; 23 - maintainers = with maintainers; [ fortuneteller2k ]; 23 + maintainers = with maintainers; [ moni ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/web-cache/default.nix
··· 20 20 description = "Simple Python key-value storage backed up by sqlite3 database"; 21 21 homepage = "https://github.com/desbma/web_cache"; 22 22 license = licenses.lgpl2Plus; 23 - maintainers = with maintainers; [ fortuneteller2k ]; 23 + maintainers = with maintainers; [ moni ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/tools/ats-acc/default.nix
··· 21 21 meta = with lib; { 22 22 description = "Pretty-print error messages of the ATS Compiler"; 23 23 homepage = "https://github.com/sparverius/ats-acc"; 24 - maintainers = with maintainers; [ fortuneteller2k ]; 24 + maintainers = with maintainers; [ moni ]; 25 25 license = licenses.unfree; # Upstream has no license 26 26 }; 27 27 }
+1 -1
pkgs/development/tools/language-servers/zls/default.nix
··· 30 30 changelog = "https://github.com/zigtools/zls/releases/tag/${finalAttrs.version}"; 31 31 homepage = "https://github.com/zigtools/zls"; 32 32 license = lib.licenses.mit; 33 - maintainers = with lib.maintainers; [ figsoda fortuneteller2k ]; 33 + maintainers = with lib.maintainers; [ figsoda moni ]; 34 34 platforms = lib.platforms.unix; 35 35 }; 36 36 })
+1 -1
pkgs/misc/i3a/default.nix
··· 24 24 homepage = "https://git.goral.net.pl/mgoral/i3a"; 25 25 description = "A set of scripts used for automation of i3 and sway window manager layouts"; 26 26 license = licenses.gpl3Plus; 27 - maintainers = with maintainers; [ fortuneteller2k ]; 27 + maintainers = with maintainers; [ moni ]; 28 28 }; 29 29 }
+1 -1
pkgs/os-specific/linux/cryptodev/default.nix
··· 23 23 meta = { 24 24 description = "Device that allows access to Linux kernel cryptographic drivers"; 25 25 homepage = "http://cryptodev-linux.org/"; 26 - maintainers = with lib.maintainers; [ fortuneteller2k ]; 26 + maintainers = with lib.maintainers; [ moni ]; 27 27 license = lib.licenses.gpl2Plus; 28 28 platforms = lib.platforms.linux; 29 29 };
+1 -1
pkgs/os-specific/linux/irqbalance/default.nix
··· 32 32 description = "A daemon to help balance the cpu load generated by interrupts across all of a systems cpus"; 33 33 license = licenses.gpl2Only; 34 34 platforms = platforms.linux; 35 - maintainers = with maintainers; [ fortuneteller2k ]; 35 + maintainers = with maintainers; [ moni ]; 36 36 }; 37 37 }
+1 -1
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
··· 44 44 45 45 extraMeta = { 46 46 branch = lib.versions.majorMinor version; 47 - maintainers = with lib.maintainers; [ fortuneteller2k lovesegfault atemu shawn8901 zzzsy ]; 47 + maintainers = with lib.maintainers; [ moni lovesegfault atemu shawn8901 zzzsy ]; 48 48 description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience"; 49 49 broken = stdenv.isAarch64; 50 50 };
+1 -1
pkgs/os-specific/linux/rtl8188eus-aircrack/default.nix
··· 32 32 description = "RealTek RTL8188eus WiFi driver with monitor mode & frame injection support"; 33 33 homepage = "https://github.com/aircrack-ng/rtl8188eus"; 34 34 license = licenses.gpl2Only; 35 - maintainers = with maintainers; [ fortuneteller2k ]; 35 + maintainers = with maintainers; [ moni ]; 36 36 broken = (lib.versionAtLeast kernel.version "6.6") || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened); 37 37 }; 38 38 }
+1 -1
pkgs/os-specific/linux/rtl8812au/default.nix
··· 44 44 homepage = "https://github.com/morrownr/8812au-20210629"; 45 45 license = licenses.gpl2Only; 46 46 platforms = platforms.linux; 47 - maintainers = with maintainers; [ fortuneteller2k ]; 47 + maintainers = with maintainers; [ moni ]; 48 48 }; 49 49 }
+1 -1
pkgs/os-specific/linux/v4l2loopback/default.nix
··· 40 40 description = "A kernel module to create V4L2 loopback devices"; 41 41 homepage = "https://github.com/umlaeute/v4l2loopback"; 42 42 license = licenses.gpl2Only; 43 - maintainers = with maintainers; [ fortuneteller2k ]; 43 + maintainers = with maintainers; [ moni ]; 44 44 platforms = platforms.linux; 45 45 outputsToInstall = [ "out" ]; 46 46 };
+1 -1
pkgs/os-specific/linux/xf86-input-wacom/default.nix
··· 52 52 ]; 53 53 54 54 meta = with lib; { 55 - maintainers = with maintainers; [ goibhniu fortuneteller2k ]; 55 + maintainers = with maintainers; [ goibhniu moni ]; 56 56 description = "Wacom digitizer driver for X11"; 57 57 homepage = "https://linuxwacom.sourceforge.net"; 58 58 license = licenses.gpl2Only;
+1 -1
pkgs/shells/hilbish/default.nix
··· 35 35 description = "An interactive Unix-like shell written in Go"; 36 36 changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${version}"; 37 37 homepage = "https://github.com/Rosettea/Hilbish"; 38 - maintainers = with maintainers; [ fortuneteller2k ]; 38 + maintainers = with maintainers; [ moni ]; 39 39 license = licenses.mit; 40 40 }; 41 41 }
+1 -1
pkgs/shells/zsh/spaceship-prompt/default.nix
··· 35 35 changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}"; 36 36 license = licenses.mit; 37 37 platforms = platforms.unix; 38 - maintainers = with maintainers; [ nyanloutre fortuneteller2k kyleondy ]; 38 + maintainers = with maintainers; [ nyanloutre moni kyleondy ]; 39 39 }; 40 40 }
+1 -1
pkgs/tools/graphics/xcolor/default.nix
··· 41 41 meta = with lib; { 42 42 description = "Lightweight color picker for X11"; 43 43 homepage = "https://github.com/Soft/xcolor"; 44 - maintainers = with lib.maintainers; [ fortuneteller2k ]; 44 + maintainers = with lib.maintainers; [ moni ]; 45 45 license = licenses.mit; 46 46 }; 47 47 }
+1 -1
pkgs/tools/misc/bfetch/default.nix
··· 24 24 homepage = "https://github.com/NNBnh/bfetch"; 25 25 license = licenses.gpl3Only; 26 26 platforms = platforms.all; 27 - maintainers = with maintainers; [ fortuneteller2k ]; 27 + maintainers = with maintainers; [ moni ]; 28 28 }; 29 29 }
+1 -1
pkgs/tools/misc/elfcat/default.nix
··· 17 17 description = "ELF visualizer, generates HTML files from ELF binaries."; 18 18 homepage = "https://github.com/ruslashev/elfcat"; 19 19 license = licenses.zlib; 20 - maintainers = with maintainers; [ fortuneteller2k ]; 20 + maintainers = with maintainers; [ moni ]; 21 21 }; 22 22 }
+1 -1
pkgs/tools/misc/fetchutils/default.nix
··· 24 24 homepage = "https://github.com/lptstr/fetchutils"; 25 25 license = licenses.mit; 26 26 platforms = platforms.unix; 27 - maintainers = with maintainers; [ fortuneteller2k ]; 27 + maintainers = with maintainers; [ moni ]; 28 28 }; 29 29 }
+1 -1
pkgs/tools/misc/sacad/default.nix
··· 34 34 description = "Smart Automatic Cover Art Downloader"; 35 35 homepage = "https://github.com/desbma/sacad"; 36 36 license = licenses.mpl20; 37 - maintainers = with maintainers; [ fortuneteller2k ]; 37 + maintainers = with maintainers; [ moni ]; 38 38 }; 39 39 }
+1 -1
pkgs/tools/networking/crackle/default.nix
··· 18 18 meta = with lib; { 19 19 description = "Crack and decrypt BLE encryption"; 20 20 homepage = "https://github.com/mikeryan/crackle"; 21 - maintainers = with maintainers; [ fortuneteller2k ]; 21 + maintainers = with maintainers; [ moni ]; 22 22 license = licenses.bsd2; 23 23 }; 24 24 }
+1 -1
pkgs/tools/networking/mdk4/default.nix
··· 27 27 meta = with lib; { 28 28 description = "A tool that injects data into wireless networks"; 29 29 homepage = "https://github.com/aircrack-ng/mdk4"; 30 - maintainers = with maintainers; [ fortuneteller2k ]; 30 + maintainers = with maintainers; [ moni ]; 31 31 license = licenses.gpl2Plus; 32 32 }; 33 33 }
+1 -1
pkgs/tools/networking/redfang/default.nix
··· 30 30 description = "A small proof-of-concept application to find non discoverable bluetooth devices"; 31 31 homepage = "https://gitlab.com/kalilinux/packages/redfang"; 32 32 license = licenses.gpl2Only; 33 - maintainers = with maintainers; [ fortuneteller2k ]; 33 + maintainers = with maintainers; [ moni ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/networking/stevenblack-blocklist/default.nix
··· 15 15 description = "Unified hosts file with base extensions"; 16 16 homepage = "https://github.com/StevenBlack/hosts"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ fortuneteller2k ]; 18 + maintainers = with maintainers; [ moni ]; 19 19 }; 20 20 }