aboutsummaryrefslogtreecommitdiff
path: root/tools/import-gh-to-gitea/import-gh-to-gitea.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-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.
2022-11-05feat(tools/import-gh-to-gitea): script to import my repositoriesFranck Cuny1-0/+62
I'm going to move (again) from GH to my own instance of gitea. This script does the migration for me.