From 31243a31c5b3c0cfed3cf1a878f480ced246ba63 Mon Sep 17 00:00:00 2001 From: AtilaSaraiva Date: Tue, 13 Dec 2022 13:56:36 -0700 Subject: [PATCH] mendeley: added atila to maintainers --- pkgs/applications/office/mendeley/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix index 01cd0956b728..fc3b7216b7a2 100644 --- a/pkgs/applications/office/mendeley/default.nix +++ b/pkgs/applications/office/mendeley/default.nix @@ -38,7 +38,7 @@ in appimageTools.wrapType2 rec { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ dtzWill ]; + maintainers = with maintainers; [ dtzWill atila ]; }; }