Unverified Commit bf742b9b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent ce92261b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}