forked from mirrors/nixpkgs
offlineimap: updating license and add myself as maintainer
This commit is contained in:
parent
71a9716fd4
commit
6b30610672
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ fetchurl, buildPythonPackage }:
|
{ pkgs, fetchurl, buildPythonPackage }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "6.5.5-rc2";
|
version = "6.5.5-rc2";
|
||||||
|
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "OfflineImap synchronizes emails between two repositories, so that you can read the same mailbox from multiple computers.";
|
description = "OfflineImap synchronizes emails between two repositories, so that you can read the same mailbox from multiple computers.";
|
||||||
homepage = "http://offlineimap.org";
|
homepage = "http://offlineimap.org";
|
||||||
license = "GPLv2+";
|
license = pkgs.lib.licenses.gpl2Plus;
|
||||||
|
maintainers = [ pkgs.lib.maintainers.garbas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue