summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiobtclientapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Rodrigues2026-01-311-3/+2
* python3Packages.aiobtclientapi: use finalAttrsBruno BELANYI2026-01-051-3/+3
* python3Packages.aiobtclientapi: 1.1.3 -> 1.1.4R. Ryantm2025-11-081-2/+2
* python3Packages.aiobtclientapi: disable cpu speed-sensitive testSarah Clark2025-11-021-0/+5
* python3Packages.aiobtclientapi: init at 1.1.3Bruno BELANYI2025-06-091-0/+62