mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Fix typos: licence -> license
This commit is contained in:
parent
f7e0bc2ae7
commit
dd3c853b43
@ -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 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user