Skip to content

Commit

Permalink
Merge pull request #307033 from danderson/clerical-error
Browse files Browse the repository at this point in the history
Leave the Determinate Systems community
  • Loading branch information
ryantm authored Apr 27, 2024
2 parents 48ad992 + 308cb34 commit 30c31ff
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 19 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4364,12 +4364,6 @@
githubId = 990767;
name = "Daniel Olsen";
};
danderson = {
email = "[email protected]";
github = "danderson";
githubId = 1918;
name = "David Anderson";
};
daneads = {
email = "[email protected]";
github = "daneads";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/pixiecore.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
cfg = config.services.pixiecore;
in
{
meta.maintainers = with maintainers; [ bbigras danderson ];
meta.maintainers = with maintainers; [ bbigras ];

options = {
services.pixiecore = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/pppd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ danderson ];
maintainers = with maintainers; [ ];
};

options = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/tailscale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
cfg = config.services.tailscale;
isNetworkd = config.networking.useNetworkd;
in {
meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 mfrw ];
meta.maintainers = with maintainers; [ mbaillie twitchyliquid64 mfrw ];

options.services.tailscale = {
enable = mkEnableOption "Tailscale client daemon";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/perkeep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ buildGoModule rec {
description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
homepage = "https://perkeep.org";
license = licenses.asl20;
maintainers = with maintainers; [ danderson kalbasit ];
maintainers = with maintainers; [ kalbasit ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/cu/cursewords/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
description = "Graphical command line program for solving crossword puzzles in the terminal";
mainProgram = "cursewords";
license = licenses.agpl3Only;
maintainers = with maintainers; [ danderson ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ta/tailscale-nginx-auth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildGoModule {
description = "Tool that allows users to use Tailscale Whois authentication with NGINX as a reverse proxy.";
license = licenses.bsd3;
mainProgram = "tailscale.nginx-auth";
maintainers = with maintainers; [ danderson phaer ];
maintainers = with maintainers; [ phaer ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/embedded/fpga/openfpgaloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "openFPGALoader";
homepage = "https://github.com/trabucayre/openFPGALoader";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ danderson ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix;
};
})
2 changes: 1 addition & 1 deletion pkgs/development/tools/gotools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildGoModule rec {
'';
homepage = "https://go.googlesource.com/tools";
license = licenses.bsd3;
maintainers = with maintainers; [ danderson SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/nosql/influxdb2/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in buildGoModule {
description = "CLI for managing resources in InfluxDB v2";
license = licenses.mit;
homepage = "https://influxdata.com/";
maintainers = with maintainers; [ abbradar danderson ];
maintainers = with maintainers; [ abbradar ];
mainProgram = "influx";
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/nosql/influxdb2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ in buildGoModule {
description = "An open-source distributed time series database";
license = licenses.mit;
homepage = "https://influxdata.com/";
maintainers = with maintainers; [ abbradar danderson ];
maintainers = with maintainers; [ abbradar ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ buildGoModule {
description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
license = licenses.bsd3;
mainProgram = "tailscale";
maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 jk mfrw ];
maintainers = with maintainers; [ mbaillie twitchyliquid64 jk mfrw ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/backup/zrepl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildGoModule rec {
description = "A one-stop, integrated solution for ZFS replication";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ cole-h danderson mdlayher ];
maintainers = with maintainers; [ cole-h mdlayher ];
mainProgram = "zrepl";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/pixiecore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildGoModule rec {
description = "A tool to manage network booting of machines";
homepage = "https://github.com/danderson/netboot/tree/master/pixiecore";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bbigras danderson ];
maintainers = with lib.maintainers; [ bbigras ];
mainProgram = "pixiecore";
};
}

0 comments on commit 30c31ff

Please sign in to comment.