msmtp: update repo URL

https://github.com/marlam/msmtp-mirror now redirects to https://github.com/marlam/msmtp
This commit is contained in:
Dan Nixon
2024-08-04 22:00:18 +02:00
committed by Sandro Jäckel
parent ee13e0a5e7
commit 1efde08d47
@@ -29,7 +29,7 @@ let
src = fetchFromGitHub {
owner = "marlam";
repo = "msmtp-mirror";
repo = "msmtp";
rev = "msmtp-${version}";
hash = "sha256-Jt/uvGBrYYr6ua6LVPiP0nuRiIkxBJASdgHBNHivzxQ=";
};