about summary refs log tree commit diff
path: root/pkgs/tools/misc/bibtex2html
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:11:29 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:11:29 +0100
commitdd3c853b439a326f64159b69c25959bd2d083350 (patch)
treeb8831e6894ed740c943ccdaef18999f7deea7e01 /pkgs/tools/misc/bibtex2html
parentf7e0bc2ae7333c29f3d0c7120f65297d491b63e9 (diff)
Fix typos: licence -> license
Diffstat (limited to 'pkgs/tools/misc/bibtex2html')
-rw-r--r--pkgs/tools/misc/bibtex2html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/bibtex2html/default.nix b/pkgs/tools/misc/bibtex2html/default.nix
index 068d3e3866e0e..74894da541827 100644
--- a/pkgs/tools/misc/bibtex2html/default.nix
+++ b/pkgs/tools/misc/bibtex2html/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A collection of tools for translating from BibTeX to HTML";
     homepage = https://www.lri.fr/~filliatr/bibtex2html/;
-    licence = licenses.gpl2;
+    license = licenses.gpl2;
     platforms = ocaml.meta.platforms or [];
     maintainers = [ maintainers.scolobb ];
   };