about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorgfrascadorio <gfrascadorio@sharklasers.com>2021-05-18 10:18:09 -0600
committergfrascadorio <gfrascadorio@sharklasers.com>2021-05-19 15:20:47 -0600
commit30d19f22e2be94319010864913f02d89f5c94499 (patch)
treee6b68b7dd2f815f1637ddd674bd070bbceab91b6 /pkgs/tools/system
parentd0d4af2c40aacb0186ae9cc11c914aea9d59c773 (diff)
downloadnixlib-30d19f22e2be94319010864913f02d89f5c94499.tar
nixlib-30d19f22e2be94319010864913f02d89f5c94499.tar.gz
nixlib-30d19f22e2be94319010864913f02d89f5c94499.tar.bz2
nixlib-30d19f22e2be94319010864913f02d89f5c94499.tar.lz
nixlib-30d19f22e2be94319010864913f02d89f5c94499.tar.xz
nixlib-30d19f22e2be94319010864913f02d89f5c94499.tar.zst
nixlib-30d19f22e2be94319010864913f02d89f5c94499.zip
maintainers: add gfrascadorio
Added new entry to maintainers
Fixed new retry package to cite new maintainer
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/retry/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/retry/default.nix b/pkgs/tools/system/retry/default.nix
index 3dc4bdb1a191..48125d2df37e 100644
--- a/pkgs/tools/system/retry/default.nix
+++ b/pkgs/tools/system/retry/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     description = "Retry a command until the command succeeds";
     platforms = platforms.all;
     license = licenses.asl20;
-    # maintainers = with maintainers; [ gfrascadorio ];
+    maintainers = with maintainers; [ gfrascadorio ];
   };
 }