From 4c7ef76862221031ff96283ac9a24cae78a0793b Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 10 Oct 2015 11:11:56 +0200 Subject: [PATCH] libeb: s/licence/license --- pkgs/development/libraries/libeb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libeb/default.nix b/pkgs/development/libraries/libeb/default.nix index 9315a8f12b5..ba3c6fb1a8f 100644 --- a/pkgs/development/libraries/libeb/default.nix +++ b/pkgs/development/libraries/libeb/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { common way to distribute electronic dictionaries in Japan. It supports the EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. ''; - licence = licenses.bsd3; + license = licenses.bsd3; maintainers = with maintainers; [ gebner ]; }; }