Merge branch 'mangowm:main' into main

This commit is contained in:
Ananya 2026-03-29 00:25:02 +01:00 committed by GitHub
commit 340547cbb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 3907 additions and 1243 deletions

View file

@ -67,8 +67,8 @@ stdenv.mkDerivation {
meta = {
mainProgram = "mango";
description = "A streamlined but feature-rich Wayland compositor";
homepage = "https://github.com/DreamMaoMao/mango";
description = "Practical and Powerful wayland compositor (dwm but wayland)";
homepage = "https://github.com/mangowm/mango";
license = lib.licenses.gpl3Plus;
maintainers = [];
platforms = lib.platforms.unix;