Unverified Commit 56c932c5 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #185952 from vcunat/p/gnutls-maint

parents 91c80fae bf742b9b
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;
  };
}