···17 description = "A powerful editor targeted towards programmers and webdevelopers";
18 homepage = http://bluefish.openoffice.nl/;
19 license = licenses.gpl3Plus;
20- maintainer = [maintainers.vbgl];
21 platforms = platforms.all;
22 };
23}
···17 description = "A powerful editor targeted towards programmers and webdevelopers";
18 homepage = http://bluefish.openoffice.nl/;
19 license = licenses.gpl3Plus;
20+ maintainers = [maintainers.vbgl];
21 platforms = platforms.all;
22 };
23}
+1-1
pkgs/applications/graphics/yed/default.nix
···24 homepage = http://www.yworks.com/en/products/yfiles/yed/;
25 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
26 platforms = jre.meta.platforms;
27- maintainer = with maintainers; [ abbradar ];
28 };
29}
···24 homepage = http://www.yworks.com/en/products/yfiles/yed/;
25 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
26 platforms = jre.meta.platforms;
27+ maintainers = with maintainers; [ abbradar ];
28 };
29}
+1-1
pkgs/os-specific/linux/macchanger/default.nix
···1415 meta = {
16 description = "A utility for viewing/manipulating the MAC address of network interfaces";
17- maintainer = with stdenv.lib.maintainers; [ joachifm ];
18 license = with stdenv.lib.licenses; gpl2Plus;
19 homepage = "https://www.gnu.org/software/macchanger";
20 platform = with stdenv.lib.platforms; linux;
···1415 meta = {
16 description = "A utility for viewing/manipulating the MAC address of network interfaces";
17+ maintainers = with stdenv.lib.maintainers; [ joachifm ];
18 license = with stdenv.lib.licenses; gpl2Plus;
19 homepage = "https://www.gnu.org/software/macchanger";
20 platform = with stdenv.lib.platforms; linux;
···22 meta = with stdenv.lib; {
23 description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
24 homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
25- maintainer = maintainers.abbradar;
26 license = licenses.gpl2;
27 platforms = platforms.unix;
28 };
···22 meta = with stdenv.lib; {
23 description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
24 homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
25+ maintainers = maintainers.abbradar;
26 license = licenses.gpl2;
27 platforms = platforms.unix;
28 };