about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHugo Reeves <hugo@hugoreeves.com>2020-01-17 07:08:43 +1300
committerHugo Reeves <hugo@hugoreeves.com>2020-01-17 07:08:43 +1300
commit212e7ea2f1818d8dfba8698a2d09a59f047342ab (patch)
treeedfaa1e460deca44954b25bdff8effe3132eaff7
parent8bef4113cefc21ddc6c416ce5236464108644d4f (diff)
downloadnixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.gz
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.bz2
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.lz
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.xz
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.zst
nixlib-212e7ea2f1818d8dfba8698a2d09a59f047342ab.zip
topgrade: add maintainer, hugoreeves
-rw-r--r--pkgs/tools/misc/topgrade/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/topgrade/default.nix b/pkgs/tools/misc/topgrade/default.nix
index b36467cdff50..17d11d7e48a1 100644
--- a/pkgs/tools/misc/topgrade/default.nix
+++ b/pkgs/tools/misc/topgrade/default.nix
@@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/r-darwish/topgrade";
     license = licenses.gpl3;
     platforms = platforms.all;
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ filalex77 hugoreeves ];
   };
 }