treewide: fix meta evaluation

There is no `stdenv.maintainers`. /cc @veprbl.
This commit is contained in:
Vladimír Čunát
2016-10-22 12:05:23 +02:00
parent 61abbed414
commit 4328629bf8
10 changed files with 10 additions and 10 deletions
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
homepage = http://lhapdf.hepforge.org;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.maintainers; [ veprbl ];
maintainers = with stdenv.lib.maintainers; [ veprbl ];
};
}