firmware-updater: fix license

This commit is contained in:
Maciej Krüger 2022-02-19 16:30:25 +01:00
parent cbf53467e5
commit 82646d9499
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -20,7 +20,7 @@ flutter.mkFlutterApp {
meta = with lib; {
description = "Firmware Updater for Linux";
homepage = "https://github.com/canonical/firmware-updater";
license = licenses.free;
license = licenses.gpl3Only;
maintainers = with maintainers; [ mkg20001 ];
platforms = platforms.linux;
};