From 956e2c24755d7449fc106889c765a943bd3f50bc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 23 Oct 2021 10:24:58 +0300 Subject: [PATCH] file: Add @doronbehar as maintainer --- pkgs/tools/misc/file/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/file/default.nix b/pkgs/tools/misc/file/default.nix index cfe30563259..f2f66beffea 100644 --- a/pkgs/tools/misc/file/default.nix +++ b/pkgs/tools/misc/file/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://darwinsys.com/file"; description = "A program that shows the type of files"; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ doronbehar ]; license = licenses.bsd2; platforms = platforms.all; };