Fix tarball
Hopefully this kind of thing won't be needed with nix 1.7 Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
f5773e1f02
commit
6731ed2b86
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A modern, fast web-mail client with user-friendly encryption and privacy features";
|
description = "A modern, fast web-mail client with user-friendly encryption and privacy features";
|
||||||
homepage = https://www.mailpile.is/;
|
homepage = https://www.mailpile.is/;
|
||||||
license = [ licenses.asl20 licenses.agpl3 ];
|
license = map (getAttr "shortName") [ licenses.asl20 licenses.agpl3 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.iElectric ];
|
maintainers = [ maintainers.iElectric ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user