Skip to content

Commit

Permalink
wayfire: drop maintainership
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Jun 25, 2024
1 parent d213fa6 commit 2819418
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/wayfire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://wayfire.org/";
description = "3D Wayland compositor";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
maintainers = with lib.maintainers; [ wucke13 rewine ];
platforms = lib.platforms.unix;
mainProgram = "wayfire";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/wayfire/wcm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/WayfireWM/wcm";
description = "Wayfire Config Manager";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
maintainers = with lib.maintainers; [ wucke13 rewine ];
platforms = lib.platforms.unix;
mainProgram = "wcm";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/wayfire/wf-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/WayfireWM/wf-config";
description = "Library for managing configuration files, written for Wayfire";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
maintainers = with lib.maintainers; [ wucke13 rewine ];
platforms = lib.platforms.unix;
};
})
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/wayfire/wf-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/WayfireWM/wf-shell";
description = "GTK3-based panel for Wayfire";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
maintainers = with lib.maintainers; [ wucke13 rewine ];
platforms = lib.platforms.unix;
};
})

0 comments on commit 2819418

Please sign in to comment.