From ef33be52301bfbb9252d5ef337ba95d3b6bccde2 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Wed, 29 Aug 2012 15:55:21 +0200 Subject: account: Use LMI as Organization ID Signed-off-by: Roman Rakus --- src/account/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/account/macros.h b/src/account/macros.h index 5cedfdb..91fa2aa 100644 --- a/src/account/macros.h +++ b/src/account/macros.h @@ -7,7 +7,7 @@ #define LEACNAME "Cura Linux Account Capabilities" /* Organization ID. Used for InstaceIDs */ -#define ORGID "Red Hat" +#define ORGID "LMI" /* convert days to microseconds */ #define DAYSTOMS(days) ((days) * 86400000000) -- cgit