emacs24: fix license typo, change indentation

Note that the double-quote "indented strings" strip indentation,
so this ugly style was pointless.
This commit is contained in:
Vladimír Čunát 2013-09-14 15:30:27 +02:00
parent 2a73189a9c
commit d3c6bd45ca

View File

@ -56,7 +56,7 @@ EOF
meta = with stdenv.lib; {
description = "GNU Emacs 24, the extensible, customizable text editor";
homepage = http://www.gnu.org/software/emacs/;
license = licenses.gplv3Plus;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 simons the-kenny ];
platforms = platforms.all;