about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-07 23:25:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-07 23:25:38 +1000
commit5d77078b46f1e0a48c39bb8db62a6a81210f1e13 (patch)
tree0ded99425f17d39f929cfcb12c59d43992eb15d2 /pkgs
parentaacbfe0805c02c29a9870d5c9f1ee33cc5d8618c (diff)
downloadnixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar.gz
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar.bz2
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar.lz
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar.xz
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.tar.zst
nixlib-5d77078b46f1e0a48c39bb8db62a6a81210f1e13.zip
editorconfig-checker: add maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/editorconfig-checker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/editorconfig-checker/default.nix b/pkgs/development/tools/misc/editorconfig-checker/default.nix
index cda18ba280f2..6b45dc3c2a0a 100644
--- a/pkgs/development/tools/misc/editorconfig-checker/default.nix
+++ b/pkgs/development/tools/misc/editorconfig-checker/default.nix
@@ -25,6 +25,6 @@ buildGoModule rec {
     description = "A tool to verify that your files are in harmony with your .editorconfig";
     homepage = "https://editorconfig-checker.github.io/";
     license = licenses.mit;
-    maintainers = with maintainers; [ uri-canva ];
+    maintainers = with maintainers; [ uri-canva zowoq ];
   };
 }