chunksync: add yayayayaka to maintainers (#439537)

This commit is contained in:
Wolfgang Walther
2025-09-02 16:57:44 +00:00
committed by GitHub
+1
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 ];
};
}