diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-16 10:03:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 10:03:02 +0000 |
commit | 39deb7c94e862b2c709487fa94ad54bbd3cfc358 (patch) | |
tree | cd0c6ad43f6e894ee0999d37324be8edd29d7644 /conf/distro | |
parent | a7cb94acc502086b55b16e227611be7b337011a3 (diff) |
angstrom: adjust angstrom uri
Diffstat (limited to 'conf/distro')
-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>" |