summary refs log tree commit diff
path: root/pkgs/tools/misc/nginx-config-formatter
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-01-27 18:53:49 +0100
committerRobin Gloster <mail@glob.in>2017-01-27 18:53:49 +0100
commitf66d7823ece6fa4bf99e56fa4b4cb0ab16522839 (patch)
tree496a59765fd274c6915ae28f9967990e3295a050 /pkgs/tools/misc/nginx-config-formatter
parentaa686fe5c3d799c8fc6da74648f0362947fb24f4 (diff)
downloadnixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar.gz
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar.bz2
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar.lz
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar.xz
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.tar.zst
nixpkgs-f66d7823ece6fa4bf99e56fa4b4cb0ab16522839.zip
fix eval
cc @Baughn
Diffstat (limited to 'pkgs/tools/misc/nginx-config-formatter')
-rw-r--r--pkgs/tools/misc/nginx-config-formatter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/nginx-config-formatter/default.nix b/pkgs/tools/misc/nginx-config-formatter/default.nix
index 22febe4ed9f..37218f84868 100644
--- a/pkgs/tools/misc/nginx-config-formatter/default.nix
+++ b/pkgs/tools/misc/nginx-config-formatter/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "nginx config file formatter";
-    maintainers = with maintainers; [ baughn ];
+    maintainers = with maintainers; [ Baughn ];
     license = licenses.asl20;
     homepage = https://github.com/1connect/nginx-config-formatter;
   };