fix(sterni/machines/edwin): use https for saneterm git upstream
Upstream server no longer answers to git://. Change-Id: I9c3608222a02f04d1cd77fa15738fa91e0088247 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8533 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
7e6595dbf4
commit
e897f6a605
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let
|
|||
};
|
||||
"mirror/saneterm" = {
|
||||
description = "modern line-oriented terminal emulator without support for TUIs";
|
||||
upstream = "git://git.8pit.net/saneterm.git";
|
||||
upstream = "https://git.8pit.net/saneterm.git";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue