mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-27 06:59:58 -05:00
change: change project name to mango
This commit is contained in:
parent
b8f5439c45
commit
e93104f120
17 changed files with 96 additions and 97 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue