From 704253007546615784ba441d58726d25be0811f1 Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Tue, 26 May 2020 19:44:00 +0200 Subject: [PATCH] nomacs: remove old maintainer, add myself as maintainer The old maintainer @ahmedtd sent me the following email: Title: Are you interested in being the NixPkgs maintainer for nomacs? Body: I don't run NixOS anymore, so I can't really build or check the PRs. --- pkgs/applications/graphics/nomacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix index a6bda01ebb64..67e95aec7585 100644 --- a/pkgs/applications/graphics/nomacs/default.nix +++ b/pkgs/applications/graphics/nomacs/default.nix @@ -55,7 +55,7 @@ mkDerivation rec { meta = with stdenv.lib; { homepage = "https://nomacs.org"; description = "Qt-based image viewer"; - maintainers = [maintainers.ahmedtd]; + maintainers = with stdenv.lib.maintainers; [ mindavi ]; license = licenses.gpl3Plus; repositories.git = "https://github.com/nomacs/nomacs.git"; inherit (qtbase.meta) platforms;