tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: drop clevor
Sam Connelly
8 months ago
37a85289
4ed8171d
+11
-35
12 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
applications
science
math
cemu-ti
default.nix
by-name
co
convbin
package.nix
convfont
package.nix
convimg
package.nix
fa
fasmg
package.nix
li
libticables2
package.nix
libticalcs2
package.nix
libticonv
package.nix
libtifiles2
package.nix
me
metadata
package.nix
ti
tilem
package.nix
-6
maintainers/maintainer-list.nix
···
4752
4752
githubId = 848609;
4753
4753
name = "Michael Bishop";
4754
4754
};
4755
4755
-
clevor = {
4756
4756
-
email = "myclevorname@gmail.com";
4757
4757
-
github = "myclevorname";
4758
4758
-
githubId = 140354451;
4759
4759
-
name = "Samuel Connelly";
4760
4760
-
};
4761
4755
clkamp = {
4762
4756
email = "c@lkamp.de";
4763
4757
github = "clkamp";
+1
-1
pkgs/applications/science/math/cemu-ti/default.nix
···
45
45
mainProgram = "CEmu";
46
46
homepage = "https://ce-programming.github.io/CEmu";
47
47
license = licenses.gpl3Plus;
48
48
-
maintainers = with maintainers; [ clevor ];
48
48
+
maintainers = with maintainers; [ ];
49
49
platforms = [
50
50
"x86_64-linux"
51
51
"x86_64-darwin"
+1
-1
pkgs/by-name/co/convbin/package.nix
···
43
43
'';
44
44
homepage = "https://github.com/mateoconlechuga/convbin";
45
45
license = lib.licenses.bsd3;
46
46
-
maintainers = with lib.maintainers; [ clevor ];
46
46
+
maintainers = with lib.maintainers; [ ];
47
47
platforms = lib.platforms.all;
48
48
mainProgram = "convbin";
49
49
};
+1
-1
pkgs/by-name/co/convfont/package.nix
···
25
25
description = "Converts font for use with FontLibC";
26
26
homepage = "https://github.com/drdnar/convfont";
27
27
license = lib.licenses.unfree;
28
28
-
maintainers = with maintainers; [ clevor ];
28
28
+
maintainers = with maintainers; [ ];
29
29
platforms = platforms.all;
30
30
mainProgram = "convfont";
31
31
};
+1
-1
pkgs/by-name/co/convimg/package.nix
···
39
39
'';
40
40
homepage = "https://github.com/mateoconlechuga/convimg";
41
41
license = licenses.bsd3;
42
42
-
maintainers = with maintainers; [ clevor ];
42
42
+
maintainers = with maintainers; [ ];
43
43
platforms = platforms.linux;
44
44
mainProgram = "convimg";
45
45
};
+1
-4
pkgs/by-name/fa/fasmg/package.nix
···
90
90
mainProgram = "fasmg";
91
91
homepage = "https://flatassembler.net";
92
92
license = licenses.bsd3;
93
93
-
maintainers = with maintainers; [
94
94
-
orivej
95
95
-
clevor
96
96
-
];
93
93
+
maintainers = with maintainers; [ orivej ];
97
94
platforms = with platforms; intersectLists (linux ++ darwin) x86;
98
95
};
99
96
}
+1
-4
pkgs/by-name/li/libticables2/package.nix
···
69
69
description = "This library is part of the TiLP framework";
70
70
homepage = "http://lpg.ticalc.org/prj_tilp/";
71
71
license = licenses.gpl2Plus;
72
72
-
maintainers = with maintainers; [
73
73
-
siraben
74
74
-
clevor
75
75
-
];
72
72
+
maintainers = with maintainers; [ siraben ];
76
73
platforms = with platforms; linux ++ darwin;
77
74
};
78
75
}
+1
-4
pkgs/by-name/li/libticalcs2/package.nix
···
44
44
description = "This library is part of the TiLP framework";
45
45
homepage = "http://lpg.ticalc.org/prj_tilp/";
46
46
license = licenses.gpl2Plus;
47
47
-
maintainers = with maintainers; [
48
48
-
siraben
49
49
-
clevor
50
50
-
];
47
47
+
maintainers = with maintainers; [ siraben ];
51
48
platforms = with platforms; linux ++ darwin;
52
49
};
53
50
}
+1
-4
pkgs/by-name/li/libticonv/package.nix
···
33
33
description = "This library is part of the TiLP framework";
34
34
homepage = "http://lpg.ticalc.org/prj_tilp/";
35
35
license = licenses.gpl2Plus;
36
36
-
maintainers = with maintainers; [
37
37
-
siraben
38
38
-
clevor
39
39
-
];
36
36
+
maintainers = with maintainers; [ siraben ];
40
37
platforms = with platforms; linux ++ darwin;
41
38
};
42
39
}
+1
-4
pkgs/by-name/li/libtifiles2/package.nix
···
33
33
description = "This library is part of the TiLP framework";
34
34
homepage = "http://lpg.ticalc.org/prj_tilp/";
35
35
license = licenses.gpl2Plus;
36
36
-
maintainers = with maintainers; [
37
37
-
siraben
38
38
-
clevor
39
39
-
];
36
36
+
maintainers = with maintainers; [ siraben ];
40
37
platforms = with platforms; linux ++ darwin;
41
38
};
42
39
}
+1
-1
pkgs/by-name/me/metadata/package.nix
···
54
54
55
55
meta = {
56
56
description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg";
57
57
-
maintainers = with lib.maintainers; [ clevor ];
57
57
+
maintainers = with lib.maintainers; [ ];
58
58
license = lib.licenses.mit;
59
59
homepage = "https://github.com/zmwangx/metadata";
60
60
mainProgram = "metadata";
+1
-4
pkgs/by-name/ti/tilem/package.nix
···
33
33
homepage = "http://lpg.ticalc.org/prj_tilem/";
34
34
description = "Emulator and debugger for Texas Instruments Z80-based graphing calculators";
35
35
license = licenses.gpl3Plus;
36
36
-
maintainers = with maintainers; [
37
37
-
siraben
38
38
-
clevor
39
39
-
];
36
36
+
maintainers = with maintainers; [ siraben ];
40
37
platforms = platforms.linux ++ platforms.darwin;
41
38
mainProgram = "tilem2";
42
39
};