change: change project name to mango

This commit is contained in:
DreamMaoMao 2025-07-30 14:54:59 +08:00
parent b8f5439c45
commit e93104f120
17 changed files with 96 additions and 97 deletions

View file

@ -22,7 +22,7 @@
wlroots_0_19,
libGL,
}: let
pname = "maomaowm";
pname = "mango";
# Use patched wlroots from github.com/DreamMaoMao/wlroots
wlroots-git = wlroots_0_19.overrideAttrs (
final: prev: {
@ -71,14 +71,14 @@ in
];
passthru = {
providedSessions = ["maomao"];
providedSessions = ["mango"];
inherit mmsg;
};
meta = {
mainProgram = "maomao";
mainProgram = "mango";
description = "A streamlined but feature-rich Wayland compositor";
homepage = "https://github.com/DreamMaoMao/maomaowm";
homepage = "https://github.com/DreamMaoMao/mango";
license = lib.licenses.gpl3Plus;
maintainers = [];
platforms = lib.platforms.unix;