2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

nix: update license

This commit is contained in:
Sebastien Bourdeauducq 2018-08-16 00:21:51 +08:00
parent ec97d63617
commit 7003835062

View File

@ -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" ];
};