about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/dfu-programmer
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-09 10:25:07 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-09 10:28:57 +0100
commit887295fd2d8c4da06acdaa185cbb3cc214d83285 (patch)
tree3f9c422c74f247bb33f31a96b8248575cc774ef8 /pkgs/development/tools/misc/dfu-programmer
parentb1f802994e58657de2ea1ffc7dc57a830ecee17a (diff)
downloadnixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.gz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.bz2
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.lz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.xz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.zst
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.zip
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.
Diffstat (limited to 'pkgs/development/tools/misc/dfu-programmer')
-rw-r--r--pkgs/development/tools/misc/dfu-programmer/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/dfu-programmer/default.nix b/pkgs/development/tools/misc/dfu-programmer/default.nix
index a474ccc7e594..1aaf113d0b95 100644
--- a/pkgs/development/tools/misc/dfu-programmer/default.nix
+++ b/pkgs/development/tools/misc/dfu-programmer/default.nix
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     description = "A Device Firmware Update based USB programmer for Atmel chips with a USB bootloader";
     homepage = "http://dfu-programmer.sourceforge.net/";
-    maintainers = [ maintainers.the-kenny ];
     platforms = platforms.unix;
   };
 }