lol

treewide: remove the-kenny from maintainers

@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.

+37 -84
-6
maintainers/maintainer-list.nix
··· 7624 7624 githubId = 1141680; 7625 7625 name = "Thane Gill"; 7626 7626 }; 7627 - the-kenny = { 7628 - email = "moritz@tarn-vedra.de"; 7629 - github = "the-kenny"; 7630 - githubId = 31167; 7631 - name = "Moritz Ulrich"; 7632 - }; 7633 7627 thedavidmeister = { 7634 7628 email = "thedavidmeister@gmail.com"; 7635 7629 github = "thedavidmeister";
-1
pkgs/applications/audio/audacity/default.nix
··· 60 60 homepage = "http://audacityteam.org/"; 61 61 license = licenses.gpl2Plus; 62 62 platforms = intersectLists platforms.linux platforms.x86; # fails on ARM 63 - maintainers = with maintainers; [ the-kenny ]; 64 63 }; 65 64 }
-1
pkgs/applications/audio/streamripper/default.nix
··· 16 16 homepage = "http://streamripper.sourceforge.net/"; 17 17 description = "Application that lets you record streaming mp3 to your hard drive"; 18 18 license = licenses.gpl2; 19 - maintainers = with maintainers; [ the-kenny ]; 20 19 }; 21 20 }
+1 -1
pkgs/applications/editors/emacs/25.nix
··· 123 123 description = "The extensible, customizable GNU text editor"; 124 124 homepage = "https://www.gnu.org/software/emacs/"; 125 125 license = licenses.gpl3Plus; 126 - maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ]; 126 + maintainers = with maintainers; [ lovek323 peti jwiegley ]; 127 127 platforms = platforms.all; 128 128 129 129 longDescription = ''
+1 -1
pkgs/applications/editors/emacs/default.nix
··· 139 139 description = "The extensible, customizable GNU text editor"; 140 140 homepage = "https://www.gnu.org/software/emacs/"; 141 141 license = licenses.gpl3Plus; 142 - maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley adisbladis ]; 142 + maintainers = with maintainers; [ lovek323 peti jwiegley adisbladis ]; 143 143 platforms = platforms.all; 144 144 145 145 longDescription = ''
-1
pkgs/applications/graphics/ImageMagick/7.0.nix
··· 84 84 description = "A software suite to create, edit, compose, or convert bitmap images"; 85 85 platforms = platforms.linux ++ platforms.darwin; 86 86 license = licenses.asl20; 87 - maintainers = with maintainers; [ the-kenny ]; 88 87 }; 89 88 }
-1
pkgs/applications/graphics/ImageMagick/default.nix
··· 99 99 homepage = "http://www.imagemagick.org/"; 100 100 description = "A software suite to create, edit, compose, or convert bitmap images"; 101 101 platforms = platforms.linux ++ platforms.darwin; 102 - maintainers = with maintainers; [ the-kenny ]; 103 102 license = licenses.asl20; 104 103 }; 105 104 }
-1
pkgs/applications/graphics/digikam/default.nix
··· 126 126 description = "Photo Management Program"; 127 127 license = licenses.gpl2; 128 128 homepage = "https://www.digikam.org"; 129 - maintainers = with maintainers; [ the-kenny ]; 130 129 platforms = platforms.linux; 131 130 }; 132 131 }
+1 -2
pkgs/applications/graphics/openscad/default.nix
··· 80 80 homepage = "http://openscad.org/"; 81 81 license = stdenv.lib.licenses.gpl2; 82 82 platforms = stdenv.lib.platforms.unix; 83 - maintainers = with stdenv.lib.maintainers; 84 - [ bjornfor raskin the-kenny gebner ]; 83 + maintainers = with stdenv.lib.maintainers; [ bjornfor raskin gebner ]; 85 84 }; 86 85 }
+1 -1
pkgs/applications/graphics/rawtherapee/default.nix
··· 38 38 description = "RAW converter and digital photo processing software"; 39 39 homepage = "http://www.rawtherapee.com/"; 40 40 license = stdenv.lib.licenses.gpl3Plus; 41 - maintainers = with stdenv.lib.maintainers; [ jcumming mahe the-kenny ]; 41 + maintainers = with stdenv.lib.maintainers; [ jcumming mahe ]; 42 42 platforms = with stdenv.lib.platforms; linux; 43 43 }; 44 44 }
+1 -2
pkgs/applications/misc/cura/stable.nix
··· 32 32 33 33 configurePhase = ""; 34 34 buildPhase = ""; 35 - 35 + 36 36 patches = [ ./numpy-cast.patch ]; 37 37 38 38 installPhase = '' ··· 69 69 homepage = "https://github.com/daid/Cura"; 70 70 license = licenses.agpl3; 71 71 platforms = platforms.linux; 72 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 73 72 }; 74 73 }
-1
pkgs/applications/misc/curaengine/stable.nix
··· 25 25 homepage = "https://github.com/Ultimaker/CuraEngine"; 26 26 license = licenses.agpl3; 27 27 platforms = platforms.linux; 28 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 29 28 }; 30 29 }
-1
pkgs/applications/misc/direwolf/default.nix
··· 39 39 homepage = "https://github.com/wb2osz/direwolf/"; 40 40 license = licenses.gpl2; 41 41 platforms = platforms.unix; 42 - maintainers = [ maintainers.the-kenny ]; 43 42 }; 44 43 }
+1 -1
pkgs/applications/misc/slic3r/default.nix
··· 85 85 homepage = "https://slic3r.org/"; 86 86 license = licenses.agpl3; 87 87 platforms = platforms.linux; 88 - maintainers = with maintainers; [ bjornfor the-kenny ]; 88 + maintainers = with maintainers; [ bjornfor ]; 89 89 }; 90 90 }
-1
pkgs/applications/networking/dropbox/cli.nix
··· 64 64 homepage = "https://www.dropbox.com"; 65 65 description = "Command line client for the dropbox daemon"; 66 66 license = stdenv.lib.licenses.gpl3Plus; 67 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 68 67 # NOTE: Dropbox itself only works on linux, so this is ok. 69 68 platforms = stdenv.lib.platforms.linux; 70 69 };
+1 -1
pkgs/applications/networking/irc/weechat/default.nix
··· 78 78 on https://nixos.org/nixpkgs/manual/#sec-weechat . 79 79 ''; 80 80 license = stdenv.lib.licenses.gpl3; 81 - maintainers = with stdenv.lib.maintainers; [ lovek323 the-kenny lheckemann ma27 ]; 81 + maintainers = with stdenv.lib.maintainers; [ lovek323 lheckemann ma27 ]; 82 82 platforms = stdenv.lib.platforms.unix; 83 83 }; 84 84 }
+1 -1
pkgs/applications/networking/mailreaders/mutt/default.nix
··· 91 91 homepage = "http://www.mutt.org"; 92 92 license = licenses.gpl2Plus; 93 93 platforms = platforms.unix; 94 - maintainers = with maintainers; [ the-kenny rnhmjoj ]; 94 + maintainers = with maintainers; [ rnhmjoj ]; 95 95 }; 96 96 }
+1 -1
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 96 96 description = "Mail indexer"; 97 97 homepage = "https://notmuchmail.org/"; 98 98 license = licenses.gpl3; 99 - maintainers = with maintainers; [ flokli puckipedia the-kenny ]; 99 + maintainers = with maintainers; [ flokli puckipedia ]; 100 100 platforms = platforms.unix; 101 101 }; 102 102 }
+1 -1
pkgs/applications/office/ledger/default.nix
··· 44 44 ''; 45 45 46 46 platforms = platforms.all; 47 - maintainers = with maintainers; [ the-kenny jwiegley ]; 47 + maintainers = with maintainers; [ jwiegley ]; 48 48 }; 49 49 }
-1
pkgs/applications/radio/chirp/default.nix
··· 20 20 homepage = "https://chirp.danplanet.com/"; 21 21 license = licenses.gpl3; 22 22 platforms = platforms.linux; 23 - maintainers = [ maintainers.the-kenny ]; 24 23 }; 25 24 }
+1 -1
pkgs/applications/radio/gnuradio/osmosdr.nix
··· 42 42 homepage = "https://sdr.osmocom.org/trac/wiki/GrOsmoSDR"; 43 43 license = licenses.gpl3Plus; 44 44 platforms = platforms.linux ++ platforms.darwin; 45 - maintainers = with maintainers; [ bjornfor the-kenny ]; 45 + maintainers = with maintainers; [ bjornfor ]; 46 46 }; 47 47 }
+1 -1
pkgs/applications/radio/gqrx/default.nix
··· 43 43 # it's currently unknown which version of the BSD license that is. 44 44 license = licenses.gpl3Plus; 45 45 platforms = platforms.linux; # should work on Darwin / macOS too 46 - maintainers = with maintainers; [ bjornfor the-kenny fpletz ]; 46 + maintainers = with maintainers; [ bjornfor fpletz ]; 47 47 }; 48 48 }
+1 -1
pkgs/applications/radio/hackrf/default.nix
··· 32 32 homepage = "http://greatscottgadgets.com/hackrf/"; 33 33 license = licenses.gpl2; 34 34 platforms = platforms.all; 35 - maintainers = with maintainers; [ sjmackenzie the-kenny ]; 35 + maintainers = with maintainers; [ sjmackenzie ]; 36 36 }; 37 37 }
-1
pkgs/applications/radio/multimon-ng/default.nix
··· 39 39 homepage = "https://github.com/EliasOenal/multimon-ng"; 40 40 license = licenses.gpl2; 41 41 platforms = platforms.linux; 42 - maintainers = with maintainers; [ the-kenny ]; 43 42 }; 44 43 }
+1 -1
pkgs/applications/version-management/git-and-tools/git/default.nix
··· 343 343 ''; 344 344 345 345 platforms = stdenv.lib.platforms.all; 346 - maintainers = with stdenv.lib.maintainers; [ peti the-kenny wmertens globin ]; 346 + maintainers = with stdenv.lib.maintainers; [ peti wmertens globin ]; 347 347 }; 348 348 }
+1 -1
pkgs/applications/version-management/git-and-tools/hub/default.nix
··· 37 37 description = "Command-line wrapper for git that makes you better at GitHub"; 38 38 license = licenses.mit; 39 39 homepage = "https://hub.github.com/"; 40 - maintainers = with maintainers; [ the-kenny globin ]; 40 + maintainers = with maintainers; [ globin ]; 41 41 platforms = with platforms; unix; 42 42 }; 43 43 }
-1
pkgs/applications/version-management/git-and-tools/stgit/default.nix
··· 30 30 description = "A patch manager implemented on top of Git"; 31 31 homepage = "http://procode.org/stgit/"; 32 32 license = licenses.gpl2; 33 - maintainers = with maintainers; [ the-kenny ]; 34 33 platforms = platforms.unix; 35 34 }; 36 35 }
-2
pkgs/applications/version-management/git-and-tools/svn2git/default.nix
··· 34 34 homepage = "https://github.com/nirvdrum/svn2git"; 35 35 description = "Tool for importing Subversion repositories into git"; 36 36 license = stdenv.lib.licenses.mit; 37 - 38 - maintainers = [ stdenv.lib.maintainers.the-kenny ]; 39 37 platforms = stdenv.lib.platforms.unix; 40 38 }; 41 39 }
-1
pkgs/applications/window-managers/herbstluftwm/default.nix
··· 43 43 homepage = "https://herbstluftwm.org/"; 44 44 license = stdenv.lib.licenses.bsd2; 45 45 platforms = stdenv.lib.platforms.linux; 46 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 47 46 }; 48 47 }
-1
pkgs/applications/window-managers/stumpwm/default.nix
··· 97 97 description = "A tiling window manager for X11"; 98 98 homepage = "https://github.com/stumpwm/"; 99 99 license = licenses.gpl2Plus; 100 - maintainers = with maintainers; [ the-kenny ]; 101 100 platforms = platforms.linux; 102 101 broken = true; # 2018-04-11 103 102 };
+1 -1
pkgs/development/arduino/ino/default.nix
··· 40 40 description = "Command line toolkit for working with Arduino hardware"; 41 41 homepage = "http://inotool.org/"; 42 42 license = stdenv.lib.licenses.mit; 43 - maintainers = with stdenv.lib.maintainers; [ antono the-kenny ]; 43 + maintainers = with stdenv.lib.maintainers; [ antono ]; 44 44 platforms = stdenv.lib.platforms.linux; 45 45 }; 46 46 }
-1
pkgs/development/compilers/avra/default.nix
··· 24 24 homepage = "http://avra.sourceforge.net/"; 25 25 license = licenses.gpl2Plus; 26 26 platforms = platforms.all; 27 - maintainers = with maintainers; [ the-kenny ]; 28 27 }; 29 28 }
+1 -1
pkgs/development/compilers/chicken/4/chicken.nix
··· 63 63 meta = { 64 64 homepage = "http://www.call-cc.org/"; 65 65 license = stdenv.lib.licenses.bsd3; 66 - maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ]; 66 + maintainers = with stdenv.lib.maintainers; [ corngood ]; 67 67 platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix 68 68 description = "A portable compiler for the Scheme programming language"; 69 69 longDescription = ''
+1 -1
pkgs/development/compilers/chicken/4/egg2nix.nix
··· 22 22 homepage = "https://github.com/the-kenny/egg2nix"; 23 23 license = stdenv.lib.licenses.bsd3; 24 24 platforms = stdenv.lib.platforms.unix; 25 - maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ]; 25 + maintainers = with stdenv.lib.maintainers; [ corngood ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/compilers/chicken/5/chicken.nix
··· 45 45 meta = { 46 46 homepage = "http://www.call-cc.org/"; 47 47 license = stdenv.lib.licenses.bsd3; 48 - maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ]; 48 + maintainers = with stdenv.lib.maintainers; [ corngood ]; 49 49 platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix 50 50 description = "A portable compiler for the Scheme programming language"; 51 51 longDescription = ''
+1 -1
pkgs/development/compilers/chicken/5/egg2nix.nix
··· 24 24 homepage = "https://github.com/the-kenny/egg2nix"; 25 25 license = stdenv.lib.licenses.bsd3; 26 26 platforms = stdenv.lib.platforms.unix; 27 - maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ]; 27 + maintainers = with stdenv.lib.maintainers; [ corngood ]; 28 28 }; 29 29 }
-1
pkgs/development/compilers/gforth/default.nix
··· 25 25 homepage = "https://www.gnu.org/software/gforth/"; 26 26 license = stdenv.lib.licenses.gpl3; 27 27 platforms = stdenv.lib.platforms.all; 28 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 29 28 }; 30 29 }
+1 -1
pkgs/development/compilers/gnu-cobol/default.nix
··· 34 34 description = "An open-source COBOL compiler"; 35 35 homepage = "https://sourceforge.net/projects/open-cobol/"; 36 36 license = licenses.gpl3; 37 - maintainers = with maintainers; [ ericsagnes the-kenny ]; 37 + maintainers = with maintainers; [ ericsagnes ]; 38 38 platforms = with platforms; linux ++ darwin; 39 39 }; 40 40 }
+1 -1
pkgs/development/interpreters/elixir/generic-builder.nix
··· 73 73 74 74 license = licenses.epl10; 75 75 platforms = platforms.unix; 76 - maintainers = with maintainers; [ the-kenny havvy couchemar ankhers filalex77 ]; 76 + maintainers = with maintainers; [ havvy couchemar ankhers filalex77 ]; 77 77 }; 78 78 })
+1 -1
pkgs/development/interpreters/erlang/generic-builder.nix
··· 122 122 ''; 123 123 124 124 platforms = platforms.unix; 125 - maintainers = with maintainers; [ the-kenny sjmackenzie couchemar gleber ]; 125 + maintainers = with maintainers; [ sjmackenzie couchemar gleber ]; 126 126 license = licenses.asl20; 127 127 } // meta); 128 128 }
-1
pkgs/development/interpreters/scheme48/default.nix
··· 6 6 meta = { 7 7 homepage = "http://s48.org/"; 8 8 description = "Scheme 48"; 9 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 10 9 platforms = with stdenv.lib.platforms; unix; 11 10 license = stdenv.lib.licenses.bsd3; 12 11 };
-1
pkgs/development/python-modules/podcats/default.nix
··· 22 22 description = "Application that generates RSS feeds for podcast episodes from local audio files"; 23 23 homepage = "https://github.com/jakubroztocil/podcats"; 24 24 license = lib.licenses.bsd2; 25 - maintainers = with lib.maintainers; [ the-kenny ]; 26 25 }; 27 26 }
-1
pkgs/development/python-modules/todoist/default.nix
··· 16 16 description = "The official Todoist Python API library"; 17 17 homepage = "https://todoist-python.readthedocs.io/en/latest/"; 18 18 license = stdenv.lib.licenses.mit; 19 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 20 19 }; 21 20 }
-1
pkgs/development/tools/build-managers/leiningen/default.nix
··· 48 48 description = "Project automation for Clojure"; 49 49 license = stdenv.lib.licenses.epl10; 50 50 platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; 51 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 52 51 }; 53 52 }
-1
pkgs/development/tools/build-managers/rebar/default.nix
··· 36 36 ''; 37 37 38 38 platforms = stdenv.lib.platforms.unix; 39 - maintainers = [ stdenv.lib.maintainers.the-kenny ]; 40 39 license = stdenv.lib.licenses.asl20; 41 40 }; 42 41 }
-1
pkgs/development/tools/misc/dfu-programmer/default.nix
··· 19 19 license = licenses.gpl2; 20 20 description = "A Device Firmware Update based USB programmer for Atmel chips with a USB bootloader"; 21 21 homepage = "http://dfu-programmer.sourceforge.net/"; 22 - maintainers = [ maintainers.the-kenny ]; 23 22 platforms = platforms.unix; 24 23 }; 25 24 }
+1 -1
pkgs/development/tools/misc/stm32flash/default.nix
··· 21 21 homepage = "https://sourceforge.net/projects/stm32flash/"; 22 22 license = stdenv.lib.licenses.gpl2; 23 23 platforms = platforms.all; # Should work on all platforms 24 - maintainers = with maintainers; [ the-kenny elitak ]; 24 + maintainers = with maintainers; [ elitak ]; 25 25 }; 26 26 }
-1
pkgs/development/tools/misc/teensy-loader-cli/default.nix
··· 26 26 description = "Firmware uploader for the Teensy microcontroller boards"; 27 27 homepage = "https://www.pjrc.com/teensy/"; 28 28 license = licenses.gpl3; 29 - maintainers = with maintainers; [ the-kenny ]; 30 29 platforms = platforms.unix; 31 30 }; 32 31 }
-1
pkgs/development/tools/ws/default.nix
··· 20 20 description = "websocket command line tool"; 21 21 homepage = "https://github.com/hashrocket/ws"; 22 22 license = licenses.mit; 23 - maintainers = [ maintainers.the-kenny ]; 24 23 platforms = platforms.unix; 25 24 }; 26 25 }
+1 -1
pkgs/games/anki/default.nix
··· 195 195 license = licenses.agpl3Plus; 196 196 broken = stdenv.hostPlatform.isAarch64; 197 197 platforms = platforms.mesaPlatforms; 198 - maintainers = with maintainers; [ oxij the-kenny Profpatsch enzime ]; 198 + maintainers = with maintainers; [ oxij Profpatsch enzime ]; 199 199 }; 200 200 }
+1 -1
pkgs/games/crrcsim/default.nix
··· 21 21 22 22 meta = { 23 23 description = "A model-airplane flight simulator"; 24 - maintainers = with stdenv.lib.maintainers; [ raskin the-kenny ]; 24 + maintainers = with stdenv.lib.maintainers; [ raskin ]; 25 25 platforms = [ "i686-linux" "x86_64-linux" ]; 26 26 license = stdenv.lib.licenses.gpl2; 27 27 };
+1 -1
pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
··· 22 22 23 23 meta = with stdenv.lib; { 24 24 description = "Tool to manage dwarves in a running game of Dwarf Fortress"; 25 - maintainers = with maintainers; [ the-kenny abbradar bendlas numinit jonringer ]; 25 + maintainers = with maintainers; [ abbradar bendlas numinit jonringer ]; 26 26 license = licenses.mit; 27 27 platforms = platforms.unix; 28 28 homepage = "https://github.com/Dwarf-Therapist/Dwarf-Therapist";
+1 -1
pkgs/games/dwarf-fortress/game.nix
··· 96 96 inherit homepage; 97 97 license = licenses.unfreeRedistributable; 98 98 platforms = attrNames platforms; 99 - maintainers = with maintainers; [ a1russell robbinch roconnor the-kenny abbradar numinit shazow ]; 99 + maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ]; 100 100 }; 101 101 }
+1 -1
pkgs/games/flightgear/default.nix
··· 73 73 74 74 meta = with stdenv.lib; { 75 75 description = "Flight simulator"; 76 - maintainers = with maintainers; [ raskin the-kenny ]; 76 + maintainers = with maintainers; [ raskin ]; 77 77 platforms = platforms.linux; 78 78 hydraPlatforms = []; # disabled from hydra because it's so big 79 79 license = licenses.gpl2;
+1 -1
pkgs/games/openttd/default.nix
··· 89 89 homepage = "https://www.openttd.org/"; 90 90 license = licenses.gpl2; 91 91 platforms = platforms.linux; 92 - maintainers = with maintainers; [ jcumming the-kenny fpletz ]; 92 + maintainers = with maintainers; [ jcumming fpletz ]; 93 93 }; 94 94 }
-1
pkgs/misc/emulators/wine/winetricks.nix
··· 26 26 description = "A script to install DLLs needed to work around problems in Wine"; 27 27 license = stdenv.lib.licenses.lgpl21; 28 28 homepage = "https://github.com/Winetricks/winetricks"; 29 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 30 29 platforms = with stdenv.lib.platforms; linux; 31 30 }; 32 31 }
-1
pkgs/os-specific/linux/ldm/default.nix
··· 38 38 license = stdenv.lib.licenses.mit; 39 39 40 40 platforms = stdenv.lib.platforms.linux; 41 - maintainers = [ stdenv.lib.maintainers.the-kenny ]; 42 41 repositories.git = git; 43 42 }; 44 43 }
-1
pkgs/os-specific/linux/usermount/default.nix
··· 24 24 description = "A simple tool to automatically mount removable drives using UDisks2 and D-Bus"; 25 25 license = stdenv.lib.licenses.mit; 26 26 platforms = stdenv.lib.platforms.linux; 27 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 28 27 }; 29 28 }
-1
pkgs/servers/http/gatling/default.nix
··· 28 28 homepage = "http://www.fefe.de/gatling/"; 29 29 license = stdenv.lib.licenses.gpl2; 30 30 platforms = platforms.linux; 31 - maintainers = [ maintainers.the-kenny ]; 32 31 }; 33 32 }
+1 -1
pkgs/servers/http/yaws/default.nix
··· 29 29 homepage = "http://yaws.hyber.org"; 30 30 license = licenses.bsd2; 31 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ goibhniu the-kenny ]; 32 + maintainers = with maintainers; [ goibhniu ]; 33 33 }; 34 34 35 35 }
+1 -1
pkgs/tools/backup/btrbk/default.nix
··· 46 46 homepage = "https://digint.ch/btrbk"; 47 47 license = licenses.gpl3; 48 48 platforms = platforms.unix; 49 - maintainers = with maintainers; [ asymmetric the-kenny ]; 49 + maintainers = with maintainers; [ asymmetric ]; 50 50 inherit version; 51 51 }; 52 52 }
-1
pkgs/tools/backup/httrack/default.nix
··· 17 17 description = "Easy-to-use offline browser / website mirroring utility"; 18 18 homepage = "http://www.httrack.com"; 19 19 license = licenses.gpl3; 20 - maintainers = with maintainers; [ the-kenny ]; 21 20 platforms = with platforms; unix; 22 21 }; 23 22 }
-1
pkgs/tools/backup/rdiff-backup/default.nix
··· 19 19 homepage = "http://rdiff-backup.nongnu.org/"; 20 20 license = stdenv.lib.licenses.gpl2; 21 21 platforms = stdenv.lib.platforms.all; 22 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 23 22 }; 24 23 }
-1
pkgs/tools/graphics/pngcheck/default.nix
··· 25 25 description = "Verifies the integrity of PNG, JNG and MNG files"; 26 26 license = stdenv.lib.licenses.free; 27 27 platforms = with stdenv.lib.platforms; linux; 28 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 29 28 }; 30 29 }
-1
pkgs/tools/graphics/pngcrush/default.nix
··· 21 21 description = "A PNG optimizer"; 22 22 license = stdenv.lib.licenses.free; 23 23 platforms = with stdenv.lib.platforms; linux ++ darwin; 24 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 25 24 }; 26 25 }
-2
pkgs/tools/misc/stow/default.nix
··· 31 31 32 32 license = stdenv.lib.licenses.gpl3Plus; 33 33 homepage = "https://www.gnu.org/software/stow/"; 34 - 35 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 36 34 platforms = stdenv.lib.platforms.all; 37 35 }; 38 36 }
-1
pkgs/tools/networking/fping/default.nix
··· 13 13 meta = with stdenv.lib; { 14 14 homepage = "http://fping.org/"; 15 15 description = "Send ICMP echo probes to network hosts"; 16 - maintainers = with maintainers; [ the-kenny ]; 17 16 license = licenses.bsd0; 18 17 platforms = platforms.all; 19 18 };
-2
pkgs/tools/networking/isync/default.nix
··· 15 15 homepage = "http://isync.sourceforge.net/"; 16 16 description = "Free IMAP and MailDir mailbox synchronizer"; 17 17 license = licenses.gpl2Plus; 18 - 19 - maintainers = with maintainers; [ the-kenny ]; 20 18 platforms = platforms.unix; 21 19 }; 22 20 }
+1 -1
pkgs/tools/networking/mu/default.nix
··· 47 47 description = "A collection of utilties for indexing and searching Maildirs"; 48 48 license = licenses.gpl3Plus; 49 49 homepage = "https://www.djcbsoftware.nl/code/mu/"; 50 - maintainers = with maintainers; [ antono the-kenny peterhoeg ]; 50 + maintainers = with maintainers; [ antono peterhoeg ]; 51 51 platforms = platforms.mesaPlatforms; 52 52 }; 53 53 }
+1 -1
pkgs/tools/security/pass/default.nix
··· 144 144 description = "Stores, retrieves, generates, and synchronizes passwords securely"; 145 145 homepage = "https://www.passwordstore.org/"; 146 146 license = licenses.gpl2Plus; 147 - maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher globin ma27 ]; 147 + maintainers = with maintainers; [ lovek323 fpletz tadfisher globin ma27 ]; 148 148 platforms = platforms.unix; 149 149 150 150 longDescription = ''
+1 -1
pkgs/tools/security/pass/extensions/import.nix
··· 53 53 description = "Pass extension for importing data from existing password managers"; 54 54 homepage = "https://github.com/roddhjav/pass-import"; 55 55 license = licenses.gpl3Plus; 56 - maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ]; 56 + maintainers = with maintainers; [ lovek323 fpletz tadfisher ]; 57 57 platforms = platforms.unix; 58 58 }; 59 59 }
+1 -1
pkgs/tools/security/pass/extensions/tomb.nix
··· 26 26 description = "Pass extension that keeps the password store encrypted inside a tomb"; 27 27 homepage = "https://github.com/roddhjav/pass-tomb"; 28 28 license = licenses.gpl3Plus; 29 - maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ]; 29 + maintainers = with maintainers; [ lovek323 fpletz tadfisher ]; 30 30 platforms = platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/tools/security/pass/extensions/update.nix
··· 24 24 description = "Pass extension that provides an easy flow for updating passwords"; 25 25 homepage = "https://github.com/roddhjav/pass-update"; 26 26 license = licenses.gpl3Plus; 27 - maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ]; 27 + maintainers = with maintainers; [ lovek323 fpletz tadfisher ]; 28 28 platforms = platforms.unix; 29 29 }; 30 30 }
-1
pkgs/tools/security/pass/rofi-pass.nix
··· 50 50 meta = { 51 51 description = "A script to make rofi work with password-store"; 52 52 homepage = "https://github.com/carnager/rofi-pass"; 53 - maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 54 53 license = stdenv.lib.licenses.gpl3; 55 54 platforms = with stdenv.lib.platforms; linux; 56 55 };