welle-io: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:33:14 +01:00
parent 2f27e4d44f
commit 8e0ca6c3d6
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -43,7 +43,7 @@ in mkDerivation {
description = "A DAB/DAB+ Software Radio";
homepage = "https://www.welle.io/";
maintainers = with maintainers; [ ck3d markuskowa ];
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;
};
}