From 3f8d52bf1e102a22382c4354bb49c9ee5077d682 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Sun, 29 Jan 2023 12:27:35 +0100 Subject: [PATCH] oscclip: Add rumpelsepp as maintainer --- pkgs/tools/misc/oscclip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/oscclip/default.nix b/pkgs/tools/misc/oscclip/default.nix index a22490633d8..ea715fe934e 100644 --- a/pkgs/tools/misc/oscclip/default.nix +++ b/pkgs/tools/misc/oscclip/default.nix @@ -29,6 +29,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/rumpelsepp/oscclip"; license = licenses.gpl3Only; - maintainers = [ maintainers.traxys ]; + maintainers = with maintainers; [ rumpelsepp traxys ]; }; }