1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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