···2424 homepage = http://www.yworks.com/en/products/yfiles/yed/;
2525 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
2626 platforms = jre.meta.platforms;
2727- maintainer = with maintainers; [ abbradar ];
2727+ maintainers = with maintainers; [ abbradar ];
2828 };
2929}
+1-1
pkgs/os-specific/linux/macchanger/default.nix
···14141515 meta = {
1616 description = "A utility for viewing/manipulating the MAC address of network interfaces";
1717- maintainer = with stdenv.lib.maintainers; [ joachifm ];
1717+ maintainers = with stdenv.lib.maintainers; [ joachifm ];
1818 license = with stdenv.lib.licenses; gpl2Plus;
1919 homepage = "https://www.gnu.org/software/macchanger";
2020 platform = with stdenv.lib.platforms; linux;
···2222 meta = with stdenv.lib; {
2323 description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
2424 homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
2525- maintainer = maintainers.abbradar;
2525+ maintainers = maintainers.abbradar;
2626 license = licenses.gpl2;
2727 platforms = platforms.unix;
2828 };