Fix typos: licence -> license

This commit is contained in:
Pascal Wittmann 2016-11-20 18:11:29 +01:00
parent f7e0bc2ae7
commit dd3c853b43
No known key found for this signature in database
GPG key ID: C899ACE7E2322852
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,6 @@ buildGoPackage rec {
description = "Print where symbols are defined in Go source code";
homepage = "https://github.com/rogpeppe/godef/";
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
licence = stdenv.lib.licenses.bsd3;
license = stdenv.lib.licenses.bsd3;
};
}

View file

@ -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 ];
};