mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +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/";
|
homepage = "https://wayfire.org/";
|
||||||
description = "3D Wayland compositor";
|
description = "3D Wayland compositor";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
|
maintainers = with lib.maintainers; [ wucke13 rewine ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "wayfire";
|
mainProgram = "wayfire";
|
||||||
};
|
};
|
||||||
|
@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/WayfireWM/wcm";
|
homepage = "https://github.com/WayfireWM/wcm";
|
||||||
description = "Wayfire Config Manager";
|
description = "Wayfire Config Manager";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
|
maintainers = with lib.maintainers; [ wucke13 rewine ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "wcm";
|
mainProgram = "wcm";
|
||||||
};
|
};
|
||||||
|
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/WayfireWM/wf-config";
|
homepage = "https://github.com/WayfireWM/wf-config";
|
||||||
description = "Library for managing configuration files, written for Wayfire";
|
description = "Library for managing configuration files, written for Wayfire";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
|
maintainers = with lib.maintainers; [ wucke13 rewine ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/WayfireWM/wf-shell";
|
homepage = "https://github.com/WayfireWM/wf-shell";
|
||||||
description = "GTK3-based panel for Wayfire";
|
description = "GTK3-based panel for Wayfire";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ qyliss wucke13 rewine ];
|
maintainers = with lib.maintainers; [ wucke13 rewine ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user