snowflake: add yayayayaka to maintainers

This commit is contained in:
Yaya 2023-09-13 12:20:21 +00:00
parent f063e93d26
commit c1d62de173

View File

@ -19,7 +19,7 @@ buildGoModule rec {
description = "System to defeat internet censorship"; description = "System to defeat internet censorship";
homepage = "https://snowflake.torproject.org/"; homepage = "https://snowflake.torproject.org/";
changelog = "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/raw/v${version}/ChangeLog"; changelog = "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/raw/v${version}/ChangeLog";
maintainers = with maintainers; [ lourkeur ]; maintainers = with maintainers; [ lourkeur yayayayaka ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }