fastjet: add veprbl to maintainers

This commit is contained in:
Dmitry Kalinkin
2018-04-27 18:33:42 -04:00
committed by GitHub
parent b15e884f80
commit e421c427d2

View File

@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
homepage = http://fastjet.fr/;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
};
}