maintainers: remove hypersw (#533704)

This commit is contained in:
Yohann Boniface
2026-06-27 23:38:29 +00:00
committed by GitHub
2 changed files with 1 additions and 10 deletions
-6
View File
@@ -11274,12 +11274,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;
};
}