tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: rename alyaeanyx -> pentane
alyaeanyx
10 months ago
bdd58823
6117466f
+21
-21
15 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
nixos
modules
services
matrix
mautrix-signal.nix
networking
openconnect.nix
wstunnel.nix
pkgs
by-name
fr
freetube
package.nix
friture
package.nix
gl
gladtex
package.nix
gp
gprojector
package.nix
li
libqalculate
package.nix
libsignal-ffi
package.nix
ma
mautrix-signal
package.nix
qa
qalculate-gtk
package.nix
sn
snis-assets
package.nix
snis-unwrapped
package.nix
tools
networking
openconnect
common.nix
+7
-7
maintainers/maintainer-list.nix
reviewed
···
1331
1331
githubId = 9567176;
1332
1332
name = "Alexis Simon";
1333
1333
};
1334
1334
-
alyaeanyx = {
1335
1335
-
email = "alyaeanyx@mailbox.org";
1336
1336
-
github = "alyaeanyx";
1337
1337
-
githubId = 74795488;
1338
1338
-
name = "alyaeanyx";
1339
1339
-
keys = [ { fingerprint = "1F73 8879 5E5A 3DFC E2B3 FA32 87D1 AADC D25B 8DEE"; } ];
1340
1340
-
};
1341
1334
amadaluzia = {
1342
1335
email = "amad@atl.tools";
1343
1336
github = "amadaluzia";
···
19158
19151
github = "penguwin";
19159
19152
githubId = 13225611;
19160
19153
name = "Nicolas Martin";
19154
19154
+
};
19155
19155
+
pentane = {
19156
19156
+
email = "cyclopentane@aidoskyneen.eu";
19157
19157
+
github = "cyclic-pentane";
19158
19158
+
githubId = 74795488;
19159
19159
+
name = "pentane";
19160
19160
+
keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ];
19161
19161
};
19162
19162
perchun = {
19163
19163
name = "Perchun Pak";
+1
-1
nixos/modules/services/matrix/mautrix-signal.nix
reviewed
···
270
270
buildDocsInSandbox = false;
271
271
doc = ./mautrix-signal.md;
272
272
maintainers = with lib.maintainers; [
273
273
-
alyaeanyx
273
273
+
pentane
274
274
frederictobiasc
275
275
];
276
276
};
+1
-1
nixos/modules/services/networking/openconnect.nix
reviewed
···
159
159
}) cfg.interfaces;
160
160
};
161
161
162
162
-
meta.maintainers = with maintainers; [ alyaeanyx ];
162
162
+
meta.maintainers = with maintainers; [ pentane ];
163
163
}
+1
-1
nixos/modules/services/networking/wstunnel.nix
reviewed
···
486
486
};
487
487
488
488
meta.maintainers = with lib.maintainers; [
489
489
-
alyaeanyx
489
489
+
pentane
490
490
raylas
491
491
rvdp
492
492
neverbehave
+1
-1
pkgs/by-name/fr/freetube/package.nix
reviewed
···
106
106
license = lib.licenses.agpl3Only;
107
107
maintainers = with lib.maintainers; [
108
108
ryneeverett
109
109
-
alyaeanyx
109
109
+
pentane
110
110
ryand56
111
111
sigmasquadron
112
112
ddogfoodd
+1
-1
pkgs/by-name/fr/friture/package.nix
reviewed
···
68
68
platforms = platforms.linux; # fails on Darwin
69
69
maintainers = with maintainers; [
70
70
laikq
71
71
-
alyaeanyx
71
71
+
pentane
72
72
];
73
73
};
74
74
}
+1
-1
pkgs/by-name/gl/gladtex/package.nix
reviewed
···
21
21
homepage = "https://humenda.github.io/GladTeX";
22
22
license = licenses.lgpl3Plus;
23
23
platforms = platforms.all;
24
24
-
maintainers = with maintainers; [ alyaeanyx ];
24
24
+
maintainers = with maintainers; [ pentane ];
25
25
};
26
26
}
+1
-1
pkgs/by-name/gp/gprojector/package.nix
reviewed
···
51
51
description = "G.Projector transforms an input map image into any of about 200 global and regional map projections";
52
52
homepage = "https://www.giss.nasa.gov/tools/gprojector/";
53
53
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
54
54
-
maintainers = with lib.maintainers; [ alyaeanyx ];
54
54
+
maintainers = with lib.maintainers; [ pentane ];
55
55
license = lib.licenses.unfree;
56
56
inherit (jre.meta) platforms;
57
57
};
+1
-1
pkgs/by-name/li/libqalculate/package.nix
reviewed
···
84
84
license = licenses.gpl2Plus;
85
85
maintainers = with maintainers; [
86
86
doronbehar
87
87
-
alyaeanyx
87
87
+
pentane
88
88
];
89
89
mainProgram = "qalc";
90
90
platforms = platforms.all;
+1
-1
pkgs/by-name/li/libsignal-ffi/package.nix
reviewed
···
51
51
description = "C ABI library which exposes Signal protocol logic";
52
52
homepage = "https://github.com/signalapp/libsignal";
53
53
license = licenses.agpl3Plus;
54
54
-
maintainers = with maintainers; [ alyaeanyx ];
54
54
+
maintainers = with maintainers; [ pentane ];
55
55
};
56
56
}
+1
-1
pkgs/by-name/ma/mautrix-signal/package.nix
reviewed
···
67
67
description = "Matrix-Signal puppeting bridge";
68
68
license = licenses.agpl3Plus;
69
69
maintainers = with maintainers; [
70
70
-
alyaeanyx
70
70
+
pentane
71
71
ma27
72
72
];
73
73
mainProgram = "mautrix-signal";
+1
-1
pkgs/by-name/qa/qalculate-gtk/package.nix
reviewed
···
43
43
homepage = "http://qalculate.github.io";
44
44
maintainers = with maintainers; [
45
45
doronbehar
46
46
-
alyaeanyx
46
46
+
pentane
47
47
aleksana
48
48
];
49
49
license = licenses.gpl2Plus;
+1
-1
pkgs/by-name/sn/snis-assets/package.nix
reviewed
···
48
48
licenses.cc0
49
49
licenses.publicDomain
50
50
];
51
51
-
maintainers = with maintainers; [ alyaeanyx ];
51
51
+
maintainers = with maintainers; [ pentane ];
52
52
platforms = platforms.linux;
53
53
hydraPlatforms = [ ];
54
54
};
+1
-1
pkgs/by-name/sn/snis-unwrapped/package.nix
reviewed
···
87
87
description = "Space Nerds In Space, a multi-player spaceship bridge simulator";
88
88
homepage = "https://smcameron.github.io/space-nerds-in-space/";
89
89
license = licenses.gpl2Plus;
90
90
-
maintainers = with maintainers; [ alyaeanyx ];
90
90
+
maintainers = with maintainers; [ pentane ];
91
91
platforms = platforms.linux;
92
92
mainProgram = "snis_launcher";
93
93
};
+1
-1
pkgs/tools/networking/openconnect/common.nix
reviewed
···
63
63
maintainers = with maintainers; [
64
64
pradeepchhetri
65
65
tricktron
66
66
-
alyaeanyx
66
66
+
pentane
67
67
];
68
68
platforms = lib.platforms.unix;
69
69
mainProgram = "openconnect";