forked from mirrors/nixpkgs
emacs-markdown-mode: fix misspelled license attribute
This commit is contained in:
parent
7fb7fafe0f
commit
c7105ce939
|
@ -24,5 +24,5 @@ stdenv.mkDerivation {
|
|||
install *.el *.elc $out/share/emacs/site-lisp
|
||||
'';
|
||||
|
||||
meta.license = stdenv.lib.license.gpl3Plus;
|
||||
meta.license = stdenv.lib.licenses.gpl3Plus;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue