3
0
Fork 0
forked from mirrors/nixpkgs

emacs-markdown-mode: fix misspelled license attribute

This commit is contained in:
Peter Simons 2015-10-15 15:14:34 +02:00
parent 7fb7fafe0f
commit c7105ce939

View file

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