Merge pull request #307033 from danderson/clerical-error
Leave the Determinate Systems community
This commit is contained in:
commit
30c31ffec4
@ -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";
|
||||
|
@ -6,7 +6,7 @@ let
|
||||
cfg = config.services.pixiecore;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with maintainers; [ bbigras danderson ];
|
||||
meta.maintainers = with maintainers; [ bbigras ];
|
||||
|
||||
options = {
|
||||
services.pixiecore = {
|
||||
|
@ -7,7 +7,7 @@ let
|
||||
in
|
||||
{
|
||||
meta = {
|
||||
maintainers = with maintainers; [ danderson ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
options = {
|
||||
|
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -38,6 +38,6 @@ buildGoModule rec {
|
||||
'';
|
||||
homepage = "https://go.googlesource.com/tools";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ danderson SuperSandro2000 ];
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user