forked from M-Labs/artiq
1
0
Fork 0

nix: update license

This commit is contained in:
Sebastien Bourdeauducq 2018-08-16 00:21:51 +08:00
parent ec97d63617
commit 7003835062
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ python35Packages.buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = ""; description = "";
homepage = https://m-labs/artiq; homepage = https://m-labs/artiq;
license = licenses.gpl3; license = licenses.lgpl3;
maintainers = [ maintainers.sjmackenzie ]; maintainers = [ maintainers.sjmackenzie ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };