lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove tomfitzhenry@ as maintainer for some packages

Motivation: Over the foreseeable future I'll have less time to do
maintenance, so I'm reducing the set of packages I maintain to just
those that I use.

+8 -8
+1 -1
nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
··· 3 3 import ./make-test-python.nix ({ lib, ... }: { 4 4 name = "systemd-networkd-dhcpserver-static-leases"; 5 5 meta = with lib.maintainers; { 6 - maintainers = [ veehaitch tomfitzhenry ]; 6 + maintainers = [ veehaitch ]; 7 7 }; 8 8 nodes = { 9 9 router = {
+1 -1
nixos/tests/systemd-networkd-dhcpserver.nix
··· 10 10 import ./make-test-python.nix ({pkgs, ...}: { 11 11 name = "systemd-networkd-dhcpserver"; 12 12 meta = with pkgs.lib.maintainers; { 13 - maintainers = [ tomfitzhenry ]; 13 + maintainers = [ ]; 14 14 }; 15 15 nodes = { 16 16 router = { config, pkgs, ... }: {
+1 -1
pkgs/applications/audio/spot/default.nix
··· 81 81 description = "Native Spotify client for the GNOME desktop"; 82 82 homepage = "https://github.com/xou816/spot"; 83 83 license = licenses.mit; 84 - maintainers = with maintainers; [ tomfitzhenry ]; 84 + maintainers = with maintainers; [ ]; 85 85 platforms = platforms.linux; 86 86 }; 87 87 }
+1 -1
pkgs/applications/misc/numberstation/default.nix
··· 63 63 description = "TOTP Authentication application for mobile"; 64 64 homepage = "https://sr.ht/~martijnbraam/numberstation/"; 65 65 license = licenses.gpl3Only; 66 - maintainers = with maintainers; [ dotlambda tomfitzhenry ]; 66 + maintainers = with maintainers; [ dotlambda ]; 67 67 }; 68 68 }
+1 -1
pkgs/applications/misc/siglo/default.nix
··· 64 64 homepage = "https://github.com/theironrobin/siglo"; 65 65 changelog = "https://github.com/theironrobin/siglo/tags/v${version}"; 66 66 license = licenses.mpl20; 67 - maintainers = with maintainers; [ tomfitzhenry ]; 67 + maintainers = with maintainers; [ ]; 68 68 platforms = platforms.linux; 69 69 }; 70 70 }
+1 -1
pkgs/applications/networking/instant-messengers/flare-signal/default.nix
··· 58 58 description = "An unofficial Signal GTK client"; 59 59 homepage = "https://gitlab.com/Schmiddiii/flare"; 60 60 license = lib.licenses.agpl3Plus; 61 - maintainers = with lib.maintainers; [ dotlambda tomfitzhenry ]; 61 + maintainers = with lib.maintainers; [ dotlambda ]; 62 62 platforms = lib.platforms.linux; 63 63 }; 64 64 }
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-mm-sms/default.nix
··· 25 25 description = "A libpurple plugin for sending and receiving SMS via Modemmanager"; 26 26 license = licenses.gpl3Plus; 27 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ tomfitzhenry ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/gatt/default.nix
··· 27 27 description = "Bluetooth (Generic Attribute Profile) GATT SDK for Python"; 28 28 homepage = "https://github.com/getsenic/gatt-python/"; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ tomfitzhenry ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }