···59 or develop with it, day-to-day, on your local host.
60 '';
61 homepage = "https://github.com/minishift/minishift";
62- maintainers = with maintainers; [ fpletz vdemeester ];
63 platforms = platforms.linux;
64 license = licenses.asl20;
65 };
···59 or develop with it, day-to-day, on your local host.
60 '';
61 homepage = "https://github.com/minishift/minishift";
62+ maintainers = with maintainers; [ vdemeester ];
63 platforms = platforms.linux;
64 license = licenses.asl20;
65 };
+1-1
pkgs/applications/networking/errbot/default.nix
···63 meta = with lib; {
64 description = "Chatbot designed to be simple to extend with plugins written in Python";
65 homepage = "http://errbot.io/";
66- maintainers = with maintainers; [ fpletz globin ];
67 license = licenses.gpl3Plus;
68 platforms = platforms.linux;
69 # flaky on darwin, "RuntimeError: can't start new thread"
···63 meta = with lib; {
64 description = "Chatbot designed to be simple to extend with plugins written in Python";
65 homepage = "http://errbot.io/";
66+ maintainers = with maintainers; [ globin ];
67 license = licenses.gpl3Plus;
68 platforms = platforms.linux;
69 # flaky on darwin, "RuntimeError: can't start new thread"
+1-1
pkgs/applications/networking/opsdroid/default.nix
···29 meta = with lib; {
30 description = "An open source chat-ops bot framework";
31 homepage = "https://opsdroid.dev";
32- maintainers = with maintainers; [ fpletz globin willibutz ];
33 license = licenses.asl20;
34 platforms = platforms.unix;
35 };
···29 meta = with lib; {
30 description = "An open source chat-ops bot framework";
31 homepage = "https://opsdroid.dev";
32+ maintainers = with maintainers; [ globin willibutz ];
33 license = licenses.asl20;
34 platforms = platforms.unix;
35 };
···203 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
204 license = lib.licenses.cddl;
205 platforms = lib.platforms.linux;
206- maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman fpletz globin ];
207 mainProgram = "zfs";
208 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
209 # On NixOS set the option boot.zfs.enableUnstable.
···203 changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
204 license = lib.licenses.cddl;
205 platforms = lib.platforms.linux;
206+ maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ];
207 mainProgram = "zfs";
208 # If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
209 # On NixOS set the option boot.zfs.enableUnstable.
···77 homepage = "https://freeradius.org/";
78 description = "A modular, high performance free RADIUS suite";
79 license = licenses.gpl2;
80- maintainers = with maintainers; [ sheenobu willibutz fpletz lheckemann ];
81 platforms = with platforms; linux;
82 };
83}
···77 homepage = "https://freeradius.org/";
78 description = "A modular, high performance free RADIUS suite";
79 license = licenses.gpl2;
80+ maintainers = with maintainers; [ sheenobu willibutz lheckemann ];
81 platforms = with platforms; linux;
82 };
83}
+1-1
pkgs/servers/irc/charybdis/default.nix
···32 description = "IRCv3 server designed to be highly scalable";
33 homepage = "https://github.com/charybdis-ircd/charybdis";
34 license = licenses.gpl2;
35- maintainers = with maintainers; [ lassulus fpletz ];
36 platforms = platforms.unix;
37 };
38
···32 description = "IRCv3 server designed to be highly scalable";
33 homepage = "https://github.com/charybdis-ircd/charybdis";
34 license = licenses.gpl2;
35+ maintainers = with maintainers; [ lassulus ];
36 platforms = platforms.unix;
37 };
38
+1-1
pkgs/servers/mattermost/default.nix
···45 description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
46 homepage = "https://www.mattermost.org";
47 license = with licenses; [ agpl3 asl20 ];
48- maintainers = with maintainers; [ fpletz ryantm numinit kranzes ];
49 };
50}
···45 description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
46 homepage = "https://www.mattermost.org";
47 license = with licenses; [ agpl3 asl20 ];
48+ maintainers = with maintainers; [ ryantm numinit kranzes ];
49 };
50}