summary refs log tree commit diff
path: root/pkgs/tools/system/setserial
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-04 18:41:06 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-04 18:41:06 +0200
commit847e1bd906ac8ab3c23705df4849c86179552885 (patch)
treee8caafab5a2d45fc0977d43df4ffa9da0c63e0e9 /pkgs/tools/system/setserial
parent58b24cf4d25db93c9ef8c59125656ff062b67dee (diff)
downloadnixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar.gz
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar.bz2
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar.lz
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar.xz
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.tar.zst
nixpkgs-847e1bd906ac8ab3c23705df4849c86179552885.zip
setserial: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/system/setserial')
-rw-r--r--pkgs/tools/system/setserial/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/setserial/default.nix b/pkgs/tools/system/setserial/default.nix
index 959334f4cc5..d6e8f4f1bb9 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;
   };
 }