summary refs log tree commit diff
path: root/pkgs/development/tools/vcstool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/vcstool/default.nix')
-rw-r--r--pkgs/development/tools/vcstool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/vcstool/default.nix b/pkgs/development/tools/vcstool/default.nix
index fae0ca88124..51e066f3d39 100644
--- a/pkgs/development/tools/vcstool/default.nix
+++ b/pkgs/development/tools/vcstool/default.nix
@@ -23,6 +23,6 @@ buildPythonApplication rec {
     description = "Provides a command line tool to invoke vcs commands on multiple repositories";
     homepage = https://github.com/dirk-thomas/vcstool;
     license = licenses.asl20;
-    maintainer = with maintainers; [ sivteck ];
+    maintainers = with maintainers; [ sivteck ];
   };
 }