maintainers: remove hypersw

This commit is contained in:
Hythera
2026-06-20 22:00:47 +02:00
parent b76127a784
commit de520665f6
2 changed files with 1 additions and 10 deletions
-6
View File
@@ -11245,12 +11245,6 @@
github = "hxtmdev";
githubId = 7771007;
};
hypersw = {
email = "baltic@hypersw.net";
github = "hypersw";
githubId = 2332070;
name = "Serge Baltic";
};
hythera = {
name = "Hythera";
github = "Hythera";
+1 -4
View File
@@ -130,10 +130,7 @@ 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
smakarov
];
maintainers = with lib.maintainers; [ smakarov ];
platforms = lib.platforms.unix;
};
}