about summary refs log tree commit diff
path: root/pkgs/tools/misc/woeusb
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-29 07:21:13 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-30 01:48:19 +0200
commitae02415ee82b0f34cbcabf639335210e5b58a71d (patch)
treed5ef7d184fecee902b306fba8e041a1cc0a528c5 /pkgs/tools/misc/woeusb
parent1c65a509fbbc17a2853a657ea1391de0aab9e793 (diff)
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
Diffstat (limited to 'pkgs/tools/misc/woeusb')
-rw-r--r--pkgs/tools/misc/woeusb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/woeusb/default.nix b/pkgs/tools/misc/woeusb/default.nix
index 8cbd1ad06977f..a728afc388a51 100644
--- a/pkgs/tools/misc/woeusb/default.nix
+++ b/pkgs/tools/misc/woeusb/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     description = "Create bootable USB disks from Windows ISO images";
     homepage = "https://github.com/slacka/WoeUSB";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ bjornfor gnidorah ];
+    maintainers = with maintainers; [ bjornfor ];
     platforms = platforms.linux;
   };
 }