tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
phosh: add tomfitzhenry@ as maintainer
Tom Fitzhenry
3 years ago
a210bb21
a08d6979
+3
-3
3 changed files
expand all
collapse all
unified
split
nixos
tests
phosh.nix
pkgs
applications
misc
phoc
default.nix
window-managers
phosh
default.nix
+1
-1
nixos/tests/phosh.nix
···
3
3
in {
4
4
name = "phosh";
5
5
meta = with pkgs.lib.maintainers; {
6
6
-
maintainers = [ zhaofengli ];
6
6
+
maintainers = [ tomfitzhenry zhaofengli ];
7
7
};
8
8
9
9
nodes = {
+1
-1
pkgs/applications/misc/phoc/default.nix
···
95
95
description = "Wayland compositor for mobile phones like the Librem 5";
96
96
homepage = "https://gitlab.gnome.org/World/Phosh/phoc";
97
97
license = licenses.gpl3Plus;
98
98
-
maintainers = with maintainers; [ masipcat zhaofengli ];
98
98
+
maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ];
99
99
platforms = platforms.linux;
100
100
};
101
101
}
+1
-1
pkgs/applications/window-managers/phosh/default.nix
···
141
141
homepage = "https://gitlab.gnome.org/World/Phosh/phosh";
142
142
changelog = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v${version}/debian/changelog";
143
143
license = licenses.gpl3Plus;
144
144
-
maintainers = with maintainers; [ masipcat zhaofengli ];
144
144
+
maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ];
145
145
platforms = platforms.linux;
146
146
};
147
147
}