webgitgtk 2.12: fix evaluation

Remove reference to unknown maintainer @iyzsong.
This commit is contained in:
Tobias Geerinckx-Rice 2016-04-14 19:57:14 +02:00
parent 6c13d6b402
commit 358900674b
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.linux;
hydraPlatforms = [];
maintainers = with maintainers; [ iyzsong koral ];
maintainers = with maintainers; [ koral ];
};
preConfigure = "patchShebangs Tools";