| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: fetchFromGitea -> fetchFromCodeberg•••Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them. The following command was used for this treewide: ```fish for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches) sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i end ``` The following paths were manually edited: * pkgs/by-name/xr/xrsh/package.nix * pkgs/applications/networking/browsers/librewolf/src.nix * pkgs/by-name/go/gotosocial/package.nix * pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix Co-authored-by: Gutyina GergÅ‘ <gutyina.gergo.2@gmail.com> Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> | Fernando Rodrigues | 2026-01-31 | 1 | -3/+2 |
| * | python3Packages.aiobtclientrpc: use finalAttrs | Bruno BELANYI | 2026-01-05 | 1 | -3/+3 |
| * | python314Packages.aiobtclientrpc: fix build | Sigmanificient | 2026-01-01 | 1 | -0/+9 |
| * | python313Packages.aiobtclientrpc: disable outdated tests | Fabian Affolter | 2025-09-28 | 1 | -6/+4 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | python3Packages.aiobtclientrpc: init at 5.0.1 | Bruno BELANYI | 2025-06-09 | 1 | -0/+75 |
