notmuch use license path instead of string
svn path=/nixpkgs/trunk/; revision=30498
This commit is contained in:
parent
1b8c781a0c
commit
50bfde368e
@ -53,11 +53,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Notmuch -- The mail indexer";
|
description = "Notmuch -- The mail indexer";
|
||||||
|
|
||||||
longDescription = "";
|
longDescription = "";
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
license = "GPLv3";
|
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user