Merge pull request #777 from beeb5k/main

meta(nix): update homepage repository link and description
This commit is contained in:
DreamMaoMao 2026-03-18 14:10:07 +08:00 committed by GitHub
commit 833d8a2ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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