notmuch use license path instead of string

svn path=/nixpkgs/trunk/; revision=30498
This commit is contained in:
Florian Friesdorf 2011-11-20 21:49:06 +00:00
parent 1b8c781a0c
commit 50bfde368e

View File

@ -53,11 +53,8 @@ stdenv.mkDerivation rec {
meta = {
description = "Notmuch -- The mail indexer";
longDescription = "";
license = "GPLv3";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};