summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/barcode
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:38:28 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:38:28 +0200
commit828bb68c207ddba52a1a1a932589f2b73080c69f (patch)
tree815ce0ac99ee2166a205c913f8b977bb54266454 /pkgs/tools/graphics/barcode
parent7ec7b32e231f4fcbfc31970357339dfe8c159e5a (diff)
barcode: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/graphics/barcode')
-rw-r--r--pkgs/tools/graphics/barcode/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/barcode/default.nix b/pkgs/tools/graphics/barcode/default.nix
index 7ed2cc8b6aaf..4fa9fff97d39 100644
--- a/pkgs/tools/graphics/barcode/default.nix
+++ b/pkgs/tools/graphics/barcode/default.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://ftp.gnu.org/gnu/barcode/";
updateWalker = true;
homepage = http://ftp.gnu.org/gnu/barcode/;
+ license = licenses.gpl3;
};
}