From 700383506215a79b750d42f2c5edf447ef177295 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Aug 2018 00:21:51 +0800 Subject: [PATCH] nix: update license --- nix/artiq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/artiq.nix b/nix/artiq.nix index e9a287250..7819bc774 100644 --- a/nix/artiq.nix +++ b/nix/artiq.nix @@ -126,7 +126,7 @@ python35Packages.buildPythonPackage rec { meta = with stdenv.lib; { description = ""; homepage = https://m-labs/artiq; - license = licenses.gpl3; + license = licenses.lgpl3; maintainers = [ maintainers.sjmackenzie ]; platforms = [ "x86_64-linux" ]; };