add veprbl to maintainers

This commit is contained in:
Dmitry Kalinkin
2016-10-21 13:29:57 -04:00
parent 59a13d404f
commit b4e3e7b752
10 changed files with 10 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
homepage = http://home.thep.lu.se/~torbjorn/Pythia.html;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.maintainers; [ veprbl ];
};
}