summary refs log tree commit diff
path: root/pkgs/tools/system/dd_rescue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/dd_rescue/default.nix')
-rw-r--r--pkgs/tools/system/dd_rescue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/dd_rescue/default.nix b/pkgs/tools/system/dd_rescue/default.nix
index a6bbb48ecb2..d98ceb84bc3 100644
--- a/pkgs/tools/system/dd_rescue/default.nix
+++ b/pkgs/tools/system/dd_rescue/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
       
   meta = with stdenv.lib; {
     description = "A tool to copy data from a damaged block device";
-    maintainers = with maintainers; [ raskin iElectric ];
+    maintainers = with maintainers; [ raskin domenkozar ];
     platforms = platforms.linux;
     downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
     inherit version;