tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
plymouth: fix maintainer list
K900
3 years ago
ec0ae676
af4a0188
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
plymouth
default.nix
+1
-1
pkgs/os-specific/linux/plymouth/default.nix
···
96
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth/";
97
description = "Boot splash and boot logger";
98
license = licenses.gpl2Plus;
99
-
maintainers = [ maintainers.goibhniu teams.gnome.members ];
100
platforms = platforms.linux;
101
};
102
}
···
96
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth/";
97
description = "Boot splash and boot logger";
98
license = licenses.gpl2Plus;
99
+
maintainers = [ maintainers.goibhniu ] ++ teams.gnome.members;
100
platforms = platforms.linux;
101
};
102
}