diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 09:30:37 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-26 09:30:37 +0100 |
| commit | 6f9aedc166888c49b2f857399a6f8f65e64857fd (patch) | |
| tree | e516af987485299d247afc1bd3333d2eca593282 | |
| parent | 9184e9d648fb8ff3f8a437817cb67d5cf17e2010 (diff) | |
| download | python-apt-6f9aedc166888c49b2f857399a6f8f65e64857fd.tar.gz | |
* Use single quotes in the channel descriptions
| -rw-r--r-- | channels/Ubuntu.info.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/Ubuntu.info.in b/channels/Ubuntu.info.in index 6422cbdb..00ccbfe4 100644 --- a/channels/Ubuntu.info.in +++ b/channels/Ubuntu.info.in @@ -3,7 +3,7 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/chang Suite: dapper RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ -_Description: Ubuntu 6.04 "Dapper Drake" +_Description: Ubuntu 6.04 'Dapper Drake' Component: main Enabled: 1 _CompDescription: Oficially supported @@ -20,7 +20,7 @@ _CompDescription: Non-free (Multiverse) Suite: breezy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ -_Description: Ubuntu 5.10 "Breezy Badger" +_Description: Ubuntu 5.10 'Breezy Badger' Component: main Enabled: 1 _CompDescription: Oficially supported @@ -71,7 +71,7 @@ _CompDescription: Non-free (Multiverse) Suite: hoary RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ -_Description: Ubuntu 5.04 "Hoary Hedgehog" +_Description: Ubuntu 5.04 'Hoary Hedgehog' Component: main Enabled: 1 _CompDescription: Oficially supported |
