feat: link to nixpkgs on github for declarations
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/templates/blocks/options.gotmpl → frontend/templates/blocks/options.gotmpl
@@ -34,7 +34,7 @@ {{- with .Declarations }} <dt>Declared</dt> {{- range . }} <dd> - <a href="file://{{ . }}">{{ . }}</a> + <a href="{{ .URL }}">{{ .Name }}</a> </dd> {{- end }} {{- end }}