diff --git a/34.md b/34.md index 35bc1be0..f34badb4 100644 --- a/34.md +++ b/34.md @@ -22,9 +22,10 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a ["description", "brief human-readable project description>"], ["web", "", ...], // a webpage url, if the git server being used provides such a thing ["clone", "", ...], // a url to be given to `git clone` so anyone can clone it - ["relays", "", ...] // relays that this repository will monitor for patches and issues - ["r", "", "euc"] - ["maintainers", "", ...] + ["relays", "", ...], // relays that this repository will monitor for patches and issues + ["r", "", "euc"], + ["maintainers", "", ...], + ["t", ""], // hashtags labelling the repository ] } ```