···7373 homepage = http://avahi.org;
7474 license = licenses.lgpl2Plus;
7575 platforms = platforms.unix;
7676- maintainers = with maintainers; [ lovek323 ];
7676+ maintainers = with maintainers; [ lovek323 globin ];
77777878 longDescription = ''
7979 Avahi is a system which facilitates service discovery on a local
···3636 description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";
3737 license = licenses.gpl3;
3838 platforms = platforms.unix;
3939- maintainers = with maintainers; [ globin ];
3939+ maintainers = with maintainers; [ ];
4040 };
4141}
···1616 meta = with stdenv.lib; {
1717 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
1818 license = licenses.bsd2;
1919- maintainers = with maintainers; [ fadenb fpletz globin ];
1919+ maintainers = with maintainers; [ fadenb fpletz ];
2020 platforms = platforms.unix;
2121 };
2222}
+1-1
pkgs/tools/text/ripgrep/default.nix
···3636 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
3737 homepage = https://github.com/BurntSushi/ripgrep;
3838 license = with licenses; [ unlicense /* or */ mit ];
3939- maintainers = [ maintainers.tailhook ];
3939+ maintainers = with maintainers; [ tailhook globin ];
4040 platforms = platforms.all;
4141 };
4242}