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