ssh-import-id: add self to maintainers

+1 -1
+1 -1
pkgs/tools/admin/ssh-import-id/default.nix
··· 38 meta = with lib; { 39 description = "Retrieves an SSH public key and installs it locally"; 40 license = licenses.gpl3; 41 - maintainers = with maintainers; [ mkg20001 ]; 42 platforms = platforms.unix; 43 }; 44 }
··· 38 meta = with lib; { 39 description = "Retrieves an SSH public key and installs it locally"; 40 license = licenses.gpl3; 41 + maintainers = with maintainers; [ mkg20001 viraptor ]; 42 platforms = platforms.unix; 43 }; 44 }