aboutsummaryrefslogtreecommitdiff
path: root/tools/import-gh-to-gitea/import-gh-to-gitea.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-62/+0
| | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
* feat(tools/import-gh-to-gitea): script to import my repositoriesFranck Cuny2022-11-051-0/+62
I'm going to move (again) from GH to my own instance of gitea. This script does the migration for me.