git: Add required configuration for kdesrc-build
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
Florian RICHER 2024-06-13 19:42:52 +02:00
parent ed8665fa49
commit 3ef6e6e381

View file

@ -17,6 +17,11 @@ in
userEmail = "florian.richer@protonmail.com";
# signing.signByDefault = true;
extraConfig = {
url."https://invent.kde.org/".insteadOf = "kde:";
url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:";
};
};
};
}
}