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