summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-10-15 15:14:34 +0200
committerPeter Simons <simons@cryp.to>2015-10-15 15:14:34 +0200
commitc7105ce93926829feb218818f0181f8f9a6e68b1 (patch)
tree2181d1dc7b6f9fa8005faf89b154a05fc38dbe4b /pkgs/applications/editors/emacs-modes
parent7fb7fafe0ff47e1edc225fe2001327c1f70f9481 (diff)
emacs-markdown-mode: fix misspelled license attribute
Diffstat (limited to 'pkgs/applications/editors/emacs-modes')
-rw-r--r--pkgs/applications/editors/emacs-modes/markdown-mode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/markdown-mode/default.nix b/pkgs/applications/editors/emacs-modes/markdown-mode/default.nix
index 032a2417c208a..7176b289b8b55 100644
--- a/pkgs/applications/editors/emacs-modes/markdown-mode/default.nix
+++ b/pkgs/applications/editors/emacs-modes/markdown-mode/default.nix
@@ -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;
 }