summary refs log tree commit diff
path: root/pkgs/tools/misc
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 /pkgs/tools/misc
parent8bef4113cefc21ddc6c416ce5236464108644d4f (diff)
downloadnixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.gz
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.bz2
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.lz
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.xz
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.tar.zst
nixpkgs-212e7ea2f1818d8dfba8698a2d09a59f047342ab.zip
topgrade: add maintainer, hugoreeves
Diffstat (limited to 'pkgs/tools/misc')
-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 b36467cdff5..17d11d7e48a 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 ];
   };
 }