topgrade: prune inactive maintainers

This commit is contained in:
Sandro Jäckel
2022-04-28 14:33:17 +02:00
parent 282320a780
commit bd29de6e0c
+1 -1
View File
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
description = "Upgrade all the things";
homepage = "https://github.com/r-darwish/topgrade";
license = licenses.gpl3Only;
maintainers = with maintainers; [ Br1ght0ne hugoreeves SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
broken = stdenv.isDarwin;
};
}