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.
This commit is contained in:
Will Dietz 2018-04-19 10:41:12 -05:00
parent e821f40c26
commit 4f273627a1
5 changed files with 8 additions and 8 deletions

View file

@ -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 ];
};
};
}