Merge pull request #128 from Yappaholic/main

nix: update license
This commit is contained in:
DreamMaoMao 2025-06-25 22:46:58 +08:00 committed by GitHub
commit 5dbda4caf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ in
mainProgram = "maomao";
description = "A streamlined but feature-rich Wayland compositor";
homepage = "https://github.com/DreamMaoMao/maomaowm";
license = lib.licenses.mit;
license = lib.licenses.gpl3Plus;
maintainers = [];
platforms = lib.platforms.unix;
};