mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fix previous patch; noticed by naddy@
This commit is contained in:
@@ -5,8 +5,8 @@ Index: tools/license.py
|
||||
def _defaultLicense():
|
||||
return GrommunioLicense(cert=None,
|
||||
file=None,
|
||||
- users=999,
|
||||
+ users=5,
|
||||
- users=5,
|
||||
+ users=999,
|
||||
product="Community",
|
||||
notBefore=datetime(1000, 1, 1),
|
||||
notAfter=datetime(MAXYEAR, 12, 31, 23, 59, 59))
|
||||
|
||||
Reference in New Issue
Block a user