···43 diff-so-fancy builds on the good-lookin' output of git contrib's
44 diff-highlight to upgrade your diffs' appearances.
45 '';
46- maintainers = with maintainers; [ fpletz ];
47 };
48}
···43 diff-so-fancy builds on the good-lookin' output of git contrib's
44 diff-highlight to upgrade your diffs' appearances.
45 '';
46+ maintainers = with maintainers; [ fpletz globin ];
47 };
48}
···73 homepage = http://avahi.org;
74 license = licenses.lgpl2Plus;
75 platforms = platforms.unix;
76- maintainers = with maintainers; [ lovek323 ];
7778 longDescription = ''
79 Avahi is a system which facilitates service discovery on a local
···73 homepage = http://avahi.org;
74 license = licenses.lgpl2Plus;
75 platforms = platforms.unix;
76+ maintainers = with maintainers; [ lovek323 globin ];
7778 longDescription = ''
79 Avahi is a system which facilitates service discovery on a local
···36 description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";
37 license = licenses.gpl3;
38 platforms = platforms.unix;
39- maintainers = with maintainers; [ globin ];
40 };
41}
···36 description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";
37 license = licenses.gpl3;
38 platforms = platforms.unix;
39+ maintainers = with maintainers; [ ];
40 };
41}
···16 meta = with stdenv.lib; {
17 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
18 license = licenses.bsd2;
19- maintainers = with maintainers; [ fadenb fpletz globin ];
20 platforms = platforms.unix;
21 };
22}
···16 meta = with stdenv.lib; {
17 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
18 license = licenses.bsd2;
19+ maintainers = with maintainers; [ fadenb fpletz ];
20 platforms = platforms.unix;
21 };
22}
+1-1
pkgs/tools/text/ripgrep/default.nix
···36 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
37 homepage = https://github.com/BurntSushi/ripgrep;
38 license = with licenses; [ unlicense /* or */ mit ];
39- maintainers = [ maintainers.tailhook ];
40 platforms = platforms.all;
41 };
42}
···36 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
37 homepage = https://github.com/BurntSushi/ripgrep;
38 license = with licenses; [ unlicense /* or */ mit ];
39+ maintainers = with maintainers; [ tailhook globin ];
40 platforms = platforms.all;
41 };
42}