wlgreet: correct license

This commit is contained in:
Acid Bong
2026-04-22 20:31:14 +03:00
parent 20c0861f8f
commit 329f778bf6
+1 -1
View File
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Raw wayland greeter for greetd, to be run under sway or similar";
mainProgram = "wlgreet";
homepage = "https://git.sr.ht/~kennylevinsen/wlgreet";
license = lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Only;
maintainers = [ ];
platforms = lib.platforms.linux;
};