gnutls: officially adopt the package

I've been keeping an eye on it for years due to day job at knot-resolver

Eelco apparently hasn't touched gnutls since 2016,
so let's drop him from the list.
This commit is contained in:
Vladimír Čunát 2022-08-10 20:14:13 +02:00
parent ce92261bcb
commit bf742b9b98
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
homepage = "https://gnutls.org/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ eelco ];
maintainers = with maintainers; [ vcunat ];
platforms = platforms.all;
};
}