Fix typos: licence -> license
This commit is contained in:
@@ -18,6 +18,6 @@ buildGoPackage rec {
|
|||||||
description = "Print where symbols are defined in Go source code";
|
description = "Print where symbols are defined in Go source code";
|
||||||
homepage = "https://github.com/rogpeppe/godef/";
|
homepage = "https://github.com/rogpeppe/godef/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||||
licence = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A collection of tools for translating from BibTeX to HTML";
|
description = "A collection of tools for translating from BibTeX to HTML";
|
||||||
homepage = https://www.lri.fr/~filliatr/bibtex2html/;
|
homepage = https://www.lri.fr/~filliatr/bibtex2html/;
|
||||||
licence = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
maintainers = [ maintainers.scolobb ];
|
maintainers = [ maintainers.scolobb ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user