From 7202a12e6ae51bd18c7adfa6882f1950cec57f0e Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Wed, 15 May 2024 04:40:29 +0200 Subject: [PATCH] fte: add sigmanificient in maintainers --- pkgs/applications/editors/fte/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/fte/default.nix b/pkgs/applications/editors/fte/default.nix index 1c5d1f15ecb8..a7b0a6655dce 100644 --- a/pkgs/applications/editors/fte/default.nix +++ b/pkgs/applications/editors/fte/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "A free text editor for developers"; homepage = "https://fte.sourceforge.net/"; license = licenses.gpl2; - maintainers = [ ]; + maintainers = with lib.maintainers; [ sigmanificient ]; platforms = platforms.all; }; }