far2l: add smakarov as maintainer

Signed-off-by: Sergey Makarov <12733495+SeTSeR@users.noreply.github.com>
This commit is contained in:
Sergey Makarov
2026-06-16 23:32:16 +03:00
parent 69234dcce0
commit 2c1393b50c
+4 -1
View File
@@ -130,7 +130,10 @@ stdenv.mkDerivation rec {
description = "Linux port of FAR Manager v2, a program for managing files and archives in Windows operating systems";
homepage = "https://github.com/elfmz/far2l";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ hypersw ];
maintainers = with lib.maintainers; [
hypersw
smakarov
];
platforms = lib.platforms.unix;
};
}