[Backport release-25.05] chunksync: add yayayayaka to maintainers (#439638)

This commit is contained in:
Wolfgang Walther
2025-09-02 17:03:58 +00:00
committed by GitHub

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 ];
};
}