inxi: Remove myself as maintainer

+1 -1
+1 -1
pkgs/tools/system/inxi/default.nix
··· 57 57 changelog = "https://github.com/smxi/inxi/blob/${version}/inxi.changelog"; 58 58 license = licenses.gpl3Plus; 59 59 platforms = platforms.unix; 60 - maintainers = with maintainers; [ primeos ]; 60 + maintainers = with maintainers; [ ]; 61 61 }; 62 62 }