dovcot -> dovecot

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-08 20:37:30 +01:00
parent b0c8610e35
commit 20cd820d18
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -71,7 +71,7 @@ in {
maintainers = with maintainers; [ma27];
};
};
dovecot = prev.dovcot.overrideAttrs (old: rec {
dovecot = prev.dovecot.overrideAttrs (old: rec {
checkPhase = "true";
installCheckPhase = "true";
});