From eaea983e41fb9d8cc19c4de6a95d1f32ec3b3612 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 23 May 2020 14:34:56 +0200 Subject: [PATCH] lieer: add myself to maintainers --- pkgs/applications/networking/lieer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/lieer/default.nix b/pkgs/applications/networking/lieer/default.nix index 88165b91ee5..96d49764447 100644 --- a/pkgs/applications/networking/lieer/default.nix +++ b/pkgs/applications/networking/lieer/default.nix @@ -28,6 +28,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://lieer.gaute.vetsj.com/"; repositories.git = "https://github.com/gauteh/lieer.git"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ kaiha ]; + maintainers = with maintainers; [ flokli kaiha ]; }; }