maintainers: remove jn-sena (#544296)

This commit is contained in:
Yohann Boniface
2026-07-21 19:48:17 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions

View File

@@ -13266,12 +13266,6 @@
githubId = 879272;
name = "Julio Merino";
};
jn-sena = {
email = "jn-sena@proton.me";
github = "jn-sena";
githubId = 45771313;
name = "Sena";
};
jnsgruk = {
email = "jon@sgrs.uk";
github = "jnsgruk";

View File

@@ -71,7 +71,7 @@ stdenvNoCC.mkDerivation {
description = "Everforest colour palette for GTK";
homepage = "https://github.com/Fausto-Korpsvart/Everforest-GTK-Theme";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ jn-sena ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}