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