wine: Use proper license attribute
This commit is contained in:
parent
66fffe99d8
commit
3303bc1fd7
@ -114,8 +114,8 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||
passthru = { inherit pkgArches; };
|
||||
meta = {
|
||||
inherit version platforms;
|
||||
homepage = http://www.winehq.org/;
|
||||
license = "LGPL";
|
||||
homepage = "https://www.winehq.org/";
|
||||
license = with stdenv.lib.licenses; [ lgpl21Plus ];
|
||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||
maintainers = with stdenv.lib.maintainers; [ avnik raskin bendlas ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user