summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-13 10:49:32 -0700
committerJonathan Ringer <jonringer117@gmail.com>2020-07-13 10:49:32 -0700
commit2ff62aa34f9e2e66f500a5381a3986bc479d9da9 (patch)
tree98b8a5e8297cf4b7d47855652bc4adf7f2a4ebf9
parent84468b5036c13dfc585ab204e37a849fbf6f4544 (diff)
downloadnixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar.gz
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar.bz2
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar.lz
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar.xz
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.tar.zst
nixpkgs-2ff62aa34f9e2e66f500a5381a3986bc479d9da9.zip
python3Packages.yamllint: add joringer as maintainer
-rw-r--r--pkgs/development/python-modules/yamllint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/yamllint/default.nix b/pkgs/development/python-modules/yamllint/default.nix
index c01c862e2f4..b6e23f9e8e7 100644
--- a/pkgs/development/python-modules/yamllint/default.nix
+++ b/pkgs/development/python-modules/yamllint/default.nix
@@ -21,6 +21,6 @@ buildPythonPackage rec {
     description = "A linter for YAML files";
     homepage = "https://github.com/adrienverge/yamllint";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ mikefaille ];
+    maintainers = with maintainers; [ jonringer mikefaille ];
   };
 }