Merge pull request #39629 from veprbl/patch-4

fastjet: add veprbl to maintainers
This commit is contained in:
xeji 2018-04-28 00:49:25 +02:00 committed by GitHub
commit 00ddbc8196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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