welle-io: fix license

wip/yesman
Markus Kowalewski 3 years ago
parent 2f27e4d44f
commit 8e0ca6c3d6
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 2
      pkgs/applications/radio/welle-io/default.nix

@ -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;
};
}

Loading…
Cancel
Save