diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-05-16 10:52:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 10:52:40 +0000 |
commit | 4720db96d858f1904d62c791a2c5959fcc891dc5 (patch) | |
tree | e4791bdb52ea8efbacee7f4ce6d0cbd91832f244 | |
parent | 47443d61cbea3bfc3476422f36969be6d81d4d24 (diff) | |
parent | 39deb7c94e862b2c709487fa94ad54bbd3cfc358 (diff) |
merge of 398443d538482a6003cb29221382acd4afbde19e
and 6cf43463f8980c4949a1dea852d710d362f18ac8
-rw-r--r-- | conf/distro/angstrom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index a94fcee140..403b13934f 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -5,8 +5,8 @@ DISTRO = "angstrom" DISTRO_NAME = "Angstrom" -#we'll use this till we get a real domain -ANGSTROM_URI = "http://ewi546.ewi.utwente.nl/angstrom" +#Use this variable in feeds and other parts that need a URI +ANGSTROM_URI = "http://www.angstrom-distribution.org/" #Set the default maintainer to angstrom-dev MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" |