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
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
homepage = https://rivet.hepforge.org;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.maintainers; [ veprbl ];
maintainers = with stdenv.lib.maintainers; [ veprbl ];
};
}