mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
welle-io: fix license
This commit is contained in:
parent
2f27e4d44f
commit
8e0ca6c3d6
|
@ -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…
Reference in a new issue