Archiving a repo
To avoid people using code or data that is no longer up to date, it is a good idea to archive outdate repositories. Here is what to do:
Delete all files from the repo (yes, all).
Create README.md with something like
Add, commit, push all the changes.
On GitHub, go to Settings -> Artchive
Last updated