Add url aliases for repohost to git

This commit is contained in:
Erwin Boskma 2022-09-06 13:26:09 +02:00
parent 55c893a165
commit 88d4acf011
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -111,6 +111,13 @@ in
column = true;
patternType = "extended";
};
url = {
"ssh://git@repohost.bedum.horus.nu/" = {
insteadOf = "rh:";
pushInsteadOf = "rh:";
}
};
};
};