Merge pull request #306029 from Artturin/gnomeplatfor

gnomeExtensions: Set platforms
This commit is contained in:
Artturi 2024-04-22 22:15:13 +03:00 committed by GitHub
commit fe5fe245af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ let
longDescription = description;
homepage = link;
license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ];
};
passthru = {