tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
maintainers: drop danderson
Dave Anderson
2 years ago
308cb342
cdb76831
+13
-19
14 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
nixos
modules
services
networking
pixiecore.nix
pppd.nix
tailscale.nix
pkgs
applications
misc
perkeep
default.nix
by-name
cu
cursewords
package.nix
ta
tailscale-nginx-auth
package.nix
development
embedded
fpga
openfpgaloader
default.nix
tools
gotools
default.nix
servers
nosql
influxdb2
cli.nix
default.nix
tailscale
default.nix
tools
backup
zrepl
default.nix
networking
pixiecore
default.nix
-6
maintainers/maintainer-list.nix
···
4364
4364
githubId = 990767;
4365
4365
name = "Daniel Olsen";
4366
4366
};
4367
4367
-
danderson = {
4368
4368
-
email = "dave@natulte.net";
4369
4369
-
github = "danderson";
4370
4370
-
githubId = 1918;
4371
4371
-
name = "David Anderson";
4372
4372
-
};
4373
4367
daneads = {
4374
4368
email = "me@daneads.com";
4375
4369
github = "daneads";
+1
-1
nixos/modules/services/networking/pixiecore.nix
···
6
6
cfg = config.services.pixiecore;
7
7
in
8
8
{
9
9
-
meta.maintainers = with maintainers; [ bbigras danderson ];
9
9
+
meta.maintainers = with maintainers; [ bbigras ];
10
10
11
11
options = {
12
12
services.pixiecore = {
+1
-1
nixos/modules/services/networking/pppd.nix
···
7
7
in
8
8
{
9
9
meta = {
10
10
-
maintainers = with maintainers; [ danderson ];
10
10
+
maintainers = with maintainers; [ ];
11
11
};
12
12
13
13
options = {
+1
-1
nixos/modules/services/networking/tailscale.nix
···
6
6
cfg = config.services.tailscale;
7
7
isNetworkd = config.networking.useNetworkd;
8
8
in {
9
9
-
meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 mfrw ];
9
9
+
meta.maintainers = with maintainers; [ mbaillie twitchyliquid64 mfrw ];
10
10
11
11
options.services.tailscale = {
12
12
enable = mkEnableOption "Tailscale client daemon";
+1
-1
pkgs/applications/misc/perkeep/default.nix
···
55
55
description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
56
56
homepage = "https://perkeep.org";
57
57
license = licenses.asl20;
58
58
-
maintainers = with maintainers; [ danderson kalbasit ];
58
58
+
maintainers = with maintainers; [ kalbasit ];
59
59
};
60
60
}
+1
-1
pkgs/by-name/cu/cursewords/package.nix
···
29
29
description = "Graphical command line program for solving crossword puzzles in the terminal";
30
30
mainProgram = "cursewords";
31
31
license = licenses.agpl3Only;
32
32
-
maintainers = with maintainers; [ danderson ];
32
32
+
maintainers = with maintainers; [ ];
33
33
platforms = platforms.all;
34
34
};
35
35
}
+1
-1
pkgs/by-name/ta/tailscale-nginx-auth/package.nix
···
38
38
description = "Tool that allows users to use Tailscale Whois authentication with NGINX as a reverse proxy.";
39
39
license = licenses.bsd3;
40
40
mainProgram = "tailscale.nginx-auth";
41
41
-
maintainers = with maintainers; [ danderson phaer ];
41
41
+
maintainers = with maintainers; [ phaer ];
42
42
};
43
43
}
+1
-1
pkgs/development/embedded/fpga/openfpgaloader/default.nix
···
41
41
mainProgram = "openFPGALoader";
42
42
homepage = "https://github.com/trabucayre/openFPGALoader";
43
43
license = lib.licenses.agpl3Only;
44
44
-
maintainers = with lib.maintainers; [ danderson ];
44
44
+
maintainers = with lib.maintainers; [ ];
45
45
platforms = lib.platforms.unix;
46
46
};
47
47
})
+1
-1
pkgs/development/tools/gotools/default.nix
···
38
38
'';
39
39
homepage = "https://go.googlesource.com/tools";
40
40
license = licenses.bsd3;
41
41
-
maintainers = with maintainers; [ danderson SuperSandro2000 ];
41
41
+
maintainers = with maintainers; [ SuperSandro2000 ];
42
42
};
43
43
}
+1
-1
pkgs/servers/nosql/influxdb2/cli.nix
···
27
27
description = "CLI for managing resources in InfluxDB v2";
28
28
license = licenses.mit;
29
29
homepage = "https://influxdata.com/";
30
30
-
maintainers = with maintainers; [ abbradar danderson ];
30
30
+
maintainers = with maintainers; [ abbradar ];
31
31
mainProgram = "influx";
32
32
};
33
33
}
+1
-1
pkgs/servers/nosql/influxdb2/default.nix
···
123
123
description = "An open-source distributed time series database";
124
124
license = licenses.mit;
125
125
homepage = "https://influxdata.com/";
126
126
-
maintainers = with maintainers; [ abbradar danderson ];
126
126
+
maintainers = with maintainers; [ abbradar ];
127
127
};
128
128
}
+1
-1
pkgs/servers/tailscale/default.nix
···
65
65
description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
66
66
license = licenses.bsd3;
67
67
mainProgram = "tailscale";
68
68
-
maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 jk mfrw ];
68
68
+
maintainers = with maintainers; [ mbaillie twitchyliquid64 jk mfrw ];
69
69
};
70
70
}
+1
-1
pkgs/tools/backup/zrepl/default.nix
···
44
44
description = "A one-stop, integrated solution for ZFS replication";
45
45
platforms = platforms.linux;
46
46
license = licenses.mit;
47
47
-
maintainers = with maintainers; [ cole-h danderson mdlayher ];
47
47
+
maintainers = with maintainers; [ cole-h mdlayher ];
48
48
mainProgram = "zrepl";
49
49
};
50
50
}
+1
-1
pkgs/tools/networking/pixiecore/default.nix
···
22
22
description = "A tool to manage network booting of machines";
23
23
homepage = "https://github.com/danderson/netboot/tree/master/pixiecore";
24
24
license = lib.licenses.asl20;
25
25
-
maintainers = with lib.maintainers; [ bbigras danderson ];
25
25
+
maintainers = with lib.maintainers; [ bbigras ];
26
26
mainProgram = "pixiecore";
27
27
};
28
28
}