mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00: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";
|
||||
homepage = "https://github.com/rogpeppe/godef/";
|
||||
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; {
|
||||
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user