h: switch to codeberg for go modules

This commit is contained in:
Aaron Bieber 2023-01-11 10:09:12 -07:00
parent 23e825af60
commit 7b9d0b22d8
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ let
inherit pkgs;
inherit icbirc;
});
goModuleHost = "https://git.sr.ht/~qbit";
goModuleHost = "https://codeberg.org/qbit"; #"https://git.sr.ht/~qbit";
in {
_module.args.isUnstable = false;