topgrade: add maintainer, hugoreeves

This commit is contained in:
Hugo Reeves
2020-01-17 07:08:43 +13:00
parent 8bef4113ce
commit 212e7ea2f1

View File

@@ -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 ];
};
}