borgmatic: add x123 as maintainer

This commit is contained in:
x123
2024-07-11 20:09:03 +02:00
committed by gador
parent 2868cd2161
commit 10e90d3341
+1 -1
View File
@@ -77,6 +77,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://torsion.org/borgmatic/";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ imlonghao ];
maintainers = with lib.maintainers; [ imlonghao x123 ];
};
}