win-spice: add meta.license
This commit is contained in:
parent
6b4433cfe6
commit
d7d3fa9aeb
@ -61,8 +61,9 @@ stdenv.mkDerivation {
|
|||||||
(copy "amd64" "w8.1") + (copy "x86" "w8.1");
|
(copy "amd64" "w8.1") + (copy "x86" "w8.1");
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''Windows SPICE Drivers'';
|
description = "Windows SPICE Drivers";
|
||||||
homepage = https://www.spice-space.org;
|
homepage = https://www.spice-space.org/;
|
||||||
|
license = [ licenses.asl20 ]; # See https://github.com/vrozenfe/qxl-dod
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user