Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/chromium/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
name = "Chromium";
homepage = "https://www.chromium.org";
maintainers = [ lib.maintainers.danth ];
maintainers = [ ];
}
2 changes: 1 addition & 1 deletion modules/eog/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
name = "Eye of GNOME";
homepage = "https://gitlab.gnome.org/GNOME/eog";
maintainers = [ lib.maintainers.danth ];
maintainers = [ ];
}
1 change: 0 additions & 1 deletion modules/firefox/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
};
maintainers = with lib.maintainers; [
Flameopathic
danth
noahbiewesch
];
description = ''
Expand Down
5 changes: 1 addition & 4 deletions modules/plymouth/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
}
5 changes: 1 addition & 4 deletions modules/vscode/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading