treewide: remove danth from some targets (#2396)
Link: https://github.com/nix-community/stylix/pull/2396 Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
parent
718c14e8ec
commit
9837fb7867
5 changed files with 4 additions and 11 deletions
|
|
@ -2,5 +2,5 @@
|
|||
{
|
||||
name = "Chromium";
|
||||
homepage = "https://www.chromium.org";
|
||||
maintainers = [ lib.maintainers.danth ];
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
{
|
||||
name = "Eye of GNOME";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/eog";
|
||||
maintainers = [ lib.maintainers.danth ];
|
||||
maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
};
|
||||
maintainers = with lib.maintainers; [
|
||||
Flameopathic
|
||||
danth
|
||||
noahbiewesch
|
||||
];
|
||||
description = ''
|
||||
|
|
|
|||
|
|
@ -2,8 +2,5 @@
|
|||
{
|
||||
name = "Plymouth";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth";
|
||||
maintainers = with lib.maintainers; [
|
||||
_0x5a4
|
||||
danth
|
||||
];
|
||||
maintainers = with lib.maintainers; [ _0x5a4 ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,10 +2,7 @@
|
|||
{
|
||||
name = "VSCode";
|
||||
homepage = "https://code.visualstudio.com";
|
||||
maintainers = with lib.maintainers; [
|
||||
Flameopathic
|
||||
danth
|
||||
];
|
||||
maintainers = with lib.maintainers; [ Flameopathic ];
|
||||
description = ''
|
||||
When theming is enabled for VSCode, Stylix will create and apply its own
|
||||
VSCode theme, as well as configure settings concerning fonts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue