win-spice: add meta.license

This commit is contained in:
c0bw3b 2018-11-25 13:54:05 +01:00
parent 6b4433cfe6
commit d7d3fa9aeb

@ -61,8 +61,9 @@ stdenv.mkDerivation {
(copy "amd64" "w8.1") + (copy "x86" "w8.1");
meta = with stdenv.lib; {
description = ''Windows SPICE Drivers'';
homepage = https://www.spice-space.org;
description = "Windows SPICE Drivers";
homepage = https://www.spice-space.org/;
license = [ licenses.asl20 ]; # See https://github.com/vrozenfe/qxl-dod
maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux;
};