gtkgreet: correct license
https://git.sr.ht/~kennylevinsen/gtkgreet/tree/ac3f9ec05ee2fdd116081869b808a429538816a5/item/meson.build#L5
This commit is contained in:
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "GTK based greeter for greetd, to be run under cage or similar";
|
||||
homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "gtkgreet";
|
||||
|
||||
Reference in New Issue
Block a user