From 847e1bd906ac8ab3c23705df4849c86179552885 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 4 Aug 2018 18:41:06 +0200 Subject: setserial: add license see issue #43716 --- pkgs/tools/system/setserial/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/tools/system/setserial/default.nix b/pkgs/tools/system/setserial/default.nix index 959334f4cc5d8..d6e8f4f1bb9fb 100644 --- a/pkgs/tools/system/setserial/default.nix +++ b/pkgs/tools/system/setserial/default.nix @@ -22,5 +22,6 @@ stdenv.mkDerivation rec { meta = { description = "Serial port configuration utility"; platforms = stdenv.lib.platforms.linux; + license = stdenv.lib.licenses.gpl2; }; } -- cgit 1.4.1