diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:35:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:34 +0000 |
commit | dee7d5b94f12e7e966bd39f0c82551d2c549588d (patch) | |
tree | 1f92c34e5fa2ae82af432b5293eb04c1f9cfe5c3 | |
parent | ec7a9dcacce39e922295a7d84b815b01af27a8b8 (diff) | |
download | openembedded-core-dee7d5b94f12e7e966bd39f0c82551d2c549588d.tar.gz openembedded-core-dee7d5b94f12e7e966bd39f0c82551d2c549588d.tar.bz2 openembedded-core-dee7d5b94f12e7e966bd39f0c82551d2c549588d.zip |
libunique: fix HOMEPAGE and touch up DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r-- | meta/recipes-gnome/libunique/libunique_1.1.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index c18368997f..b870b79c6b 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb @@ -1,6 +1,6 @@ SUMMARY = "Library for supporting single instance GTK+ applications" -DESCRIPTION = "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." -HOMEPAGE = "http://live.gnome.org/LibUnique" +DESCRIPTION = "Unique is a library for writing single instance GTK+ applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." +HOMEPAGE = "https://wiki.gnome.org/Attic/LibUnique" BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ |