From 27f5daab06f2fb255ef77268e3a2c02b55cc1542 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Fri, 11 Aug 2023 18:03:23 +0200 Subject: [PATCH] ulauncher: add sebtm as maintainer --- pkgs/applications/misc/ulauncher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix index 67b008723ac2..7a466b0e5d86 100644 --- a/pkgs/applications/misc/ulauncher/default.nix +++ b/pkgs/applications/misc/ulauncher/default.nix @@ -120,6 +120,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://ulauncher.io/"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ aaronjanse ]; + maintainers = with maintainers; [ aaronjanse sebtm ]; }; }