mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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; {
|
||||
description = "A modern, fast web-mail client with user-friendly encryption and privacy features";
|
||||
homepage = https://www.mailpile.is/;
|
||||
license = [ licenses.asl20 licenses.agpl3 ];
|
||||
license = map (getAttr "shortName") [ licenses.asl20 licenses.agpl3 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user