···3131 --prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pysqlite}")"
3232 '';
33333434- meta = {
3535- homepage = "http://git.fishsoup.net/cgit/git-bz/";
3636- description = "integration of git with Bugzilla";
3737- license = stdenv.lib.licenses.gpl2;
3838-3434+ meta = with stdenv.lib; {
3535+ inherit version;
3636+ description = "Bugzilla integration for git";
3937 longDescription = ''
4038 git-bz is a tool for integrating the Git command line with the
4139 Bugzilla bug-tracking system. Operations such as attaching patches to
···4947 currently is able to do this for Firefox, Epiphany, Galeon and
5048 Chromium on Linux.
5149 '';
5050+ license = licenses.gpl2Plus;
5151+ homepage = http://git.fishsoup.net/cgit/git-bz/;
52525353- platforms = stdenv.lib.platforms.linux;
5454- maintainers = [ stdenv.lib.maintainers.pierron ];
5555- broken = true;
5353+ mantainers = with maintainers; [ nckx ];
5454+ platforms = platforms.linux;
5655 };
5756}