elegant-sddm: add redlonghead to maintainers

This commit is contained in:
Gaetan Lepage
2025-12-13 09:13:36 +00:00
parent 47a9506e88
commit 6bbcc6003c
+4 -1
View File
@@ -47,6 +47,9 @@ stdenvNoCC.mkDerivation {
description = "Sleek and stylish SDDM theme crafted in QML for Qt6";
homepage = "https://github.com/rainD4X/Elegant-sddm-qt6";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
redlonghead
];
};
}