re2: add networkexception as maintainer

This commit is contained in:
networkException
2023-08-18 12:55:14 +02:00
parent 33614fda22
commit f5e30de2ff
+1 -1
View File
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.bsd3;
homepage = "https://github.com/google/re2";
maintainers = with maintainers; [ azahi ];
maintainers = with maintainers; [ azahi networkexception ];
platforms = platforms.all;
};
}