chunksync: add yayayayaka to maintainers

(cherry picked from commit 454bc0b6f8)
This commit is contained in:
Yaya
2025-09-02 14:49:46 +02:00
committed by github-actions[bot]
parent a8f5ff5d85
commit 06820bc36f

View File

@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
homepage = "http://chunksync.florz.de/";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ yayayayaka ];
};
}