Merge pull request #307033 from danderson/clerical-error

Leave the Determinate Systems community
This commit is contained in:
Ryan Mulligan 2024-04-26 19:28:46 -07:00 committed by GitHub
commit 30c31ffec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 13 additions and 19 deletions

View File

@ -4364,12 +4364,6 @@
githubId = 990767;
name = "Daniel Olsen";
};
danderson = {
email = "dave@natulte.net";
github = "danderson";
githubId = 1918;
name = "David Anderson";
};
daneads = {
email = "me@daneads.com";
github = "daneads";

View File

@ -6,7 +6,7 @@ let
cfg = config.services.pixiecore;
in
{
meta.maintainers = with maintainers; [ bbigras danderson ];
meta.maintainers = with maintainers; [ bbigras ];
options = {
services.pixiecore = {

View File

@ -7,7 +7,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ danderson ];
maintainers = with maintainers; [ ];
};
options = {

View File

@ -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";

View File

@ -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 ];
};
}

View File

@ -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;
};
}

View File

@ -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 ];
};
}

View File

@ -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;
};
})

View File

@ -38,6 +38,6 @@ buildGoModule rec {
'';
homepage = "https://go.googlesource.com/tools";
license = licenses.bsd3;
maintainers = with maintainers; [ danderson SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

View File

@ -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";
};
}

View File

@ -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 ];
};
}

View File

@ -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 ];
};
}

View File

@ -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";
};
}

View File

@ -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";
};
}