mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
wayfire: drop maintainership
This commit is contained in:
parent
d213fa697f
commit
2819418fc0
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user