summary refs log tree commit diff
path: root/pkgs/applications/graphics/nomacs
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2020-05-26 19:44:00 +0200
committerRick van Schijndel <rol3517@gmail.com>2020-05-26 19:44:00 +0200
commit704253007546615784ba441d58726d25be0811f1 (patch)
treefa7b2d24ce17c52ca87df2401e292862d62e9cc1 /pkgs/applications/graphics/nomacs
parent72066757c8bd31cc592914cb944f8d7da569d741 (diff)
downloadnixpkgs-704253007546615784ba441d58726d25be0811f1.tar
nixpkgs-704253007546615784ba441d58726d25be0811f1.tar.gz
nixpkgs-704253007546615784ba441d58726d25be0811f1.tar.bz2
nixpkgs-704253007546615784ba441d58726d25be0811f1.tar.lz
nixpkgs-704253007546615784ba441d58726d25be0811f1.tar.xz
nixpkgs-704253007546615784ba441d58726d25be0811f1.tar.zst
nixpkgs-704253007546615784ba441d58726d25be0811f1.zip
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.
Diffstat (limited to 'pkgs/applications/graphics/nomacs')
-rw-r--r--pkgs/applications/graphics/nomacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix
index a6bda01ebb6..67e95aec758 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;