From 519782c8e7ca6030c3715d17eee854cef811f79c Mon Sep 17 00:00:00 2001
From: Justus Winter <justus@sequoia-pgp.org>
Date: Wed, 2 Oct 2019 14:10:26 +0200
Subject: [PATCH] Sort bindings alphabetically.

---
 index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 3ac9d7eb..df174bbd 100644
--- a/index.html
+++ b/index.html
@@ -50,18 +50,18 @@ uid                  Niels Möller &lt;nisse@lysator.liu.se&gt;
 <p> I'm aware of nettle-bindings for the following higher-level
   languages.</p>
 <dl>
+  <dt> <a href='http://hackage.haskell.org/package/bindings-nettle'>Haskell</a> </dt>
+  <dd> Haskell bindings by Clint Adams. </dd>
+  <dt> <a href='http://search.cpan.org/~dkg/Crypt-Nettle-0.3/lib/Crypt/Nettle.pm'>Perl</a></dt>
+  <dd> Crypt::Nettle module, by Daniel Kahn Gillmor.</dd>
   <dt> <a href="http://pike.ida.liu.se">Pike</a></dt>
   <dd> An object-oriented interpreted language with C-like syntax.
     Nettle bindings are included with the official distribution.</dd>
-  <dt> <a href='http://search.cpan.org/~dkg/Crypt-Nettle-0.3/lib/Crypt/Nettle.pm'>Perl</a></dt>
-  <dd> Crypt::Nettle module, by Daniel Kahn Gillmor.</dd>
   <dt> <a href='http://www.yellowbank.com/code/PostgreSQL/y_crypto/'>PostgreSQL</a></dt>
   <dd> Bindings for the Postgres database, by Ron Peterson. </dd>
   <dt> <a href='http://marcomaggi.github.com/nausicaa.html'>R6RS
 	Scheme</a></dt>
   <dd> Scheme bindings by Marco Maggi, supporting multiple R6RS implementations.</dd>
-  <dt> <a href='http://hackage.haskell.org/package/bindings-nettle'>Haskell</a> </dt>
-  <dd> Haskell bindings by Clint Adams. </dd>
   <dt> TCL </dt>
   <dd> Included in the chiark-tcl debian package by Ian Jackson (not
     sure if/how it's distributed outside of debian). </dd>
-- 
GitLab