summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-04-19 10:41:12 -0500
committerWill Dietz <w@wdtz.org>2018-04-19 10:41:12 -0500
commit4f273627a1c51355d5c779d04a134a845adc4d18 (patch)
treec3c6e0223d54db73de9514269863fb698cfbe1d3 /doc/languages-frameworks/python.section.md
parente821f40c26b4477a2dba682d2b465654c9667ed1 (diff)
tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"
Encountered one of these when using check-meta, did a quick search to find other instances.
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 0f871395854c..23ceb82eb31e 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -374,7 +374,7 @@ and `CFLAGS`.
description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
homepage = http://hgomersall.github.com/pyFFTW/;
license = with licenses; [ bsd2 bsd3 ];
- maintainer = with maintainers; [ fridh ];
+ maintainers = with maintainers; [ fridh ];
};
};
}