summary refs log tree commit diff
path: root/pkgs/development/python-modules/acoustics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-12-05 23:20:11 +0100
committerGraham Christensen <graham@grahamc.com>2017-12-07 07:50:47 -0500
commit6f5d989478bf3d05648ec469a110a56d4fc7395d (patch)
tree48a8bbaffa5ddb46804cc9b1554fb0327d327830 /pkgs/development/python-modules/acoustics
parentae7e3a3a41f0fce455c5ac961026de0f9b51d97a (diff)
treewide: checkMeta fixes for x86_64-linux
Diffstat (limited to 'pkgs/development/python-modules/acoustics')
-rw-r--r--pkgs/development/python-modules/acoustics/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/acoustics/default.nix b/pkgs/development/python-modules/acoustics/default.nix
index d1cb1180358fd..9d7b1148146cf 100644
--- a/pkgs/development/python-modules/acoustics/default.nix
+++ b/pkgs/development/python-modules/acoustics/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A package for acousticians";
-    maintainer = with maintainers; [ fridh ];
+    maintainers = with maintainers; [ fridh ];
     license = with licenses; [ bsd3 ];
     homepage = https://github.com/python-acoustics/python-acoustics;
   };