muttというメール関係のアプリのソースを探しているんだがソースリストに何を指定すればいい?

pi@raspberrypi:~/mutt-temp $ sudo apt-get -b source mutt
パッケージリストを読み込んでいます... 完了
E: sources.list に 'ソース' URI を指定する必要があります
pi@raspberrypi:~/mutt-temp $ cat /etc/apt/sources.list
deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
pi@raspberrypi:~/mutt-temp $ cat /etc/apt/sources.list.d/raspi.list
deb http://archive.raspberrypi.org/debian/ stretch main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://archive.raspberrypi.org/debian/ stretch main ui