summaryrefslogtreecommitdiff
path: root/pkgs/tools/misc/woeusb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/woeusb/default.nix')
-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 8cbd1ad06977..a728afc388a5 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;
};
}