pidgin/nest

Update the links for the groupme protocol to the active repository

Testing Done:
Ran the devserver and verified everything looked okay.

Reviewed at https://reviews.imfreedom.org/r/2343/
{{ partial "header.html" . }}
{{ if eq .Kind "section" }}
{{ .Content }}
{{end}}
{{ range .Pages.GroupByDate "2006-01" }}
<h3>{{ .Key }}</h3>
<ul>
{{ range .Pages }}
<li>
<h4><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<div>{{ .Summary }}</div>
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
</li>
{{ end }}
</ul>
{{ end }}
{{ partial "footer.html" . }}