maintainers: fortuneteller2k -> moni

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