topgrade: prune inactive maintainers

This commit is contained in:
Sandro Jäckel 2022-04-28 11:14:41 +02:00
parent 282320a780
commit bd29de6e0c
No known key found for this signature in database
GPG key ID: B1763F8651144063

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