diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-10 10:26:16 +0000 |
commit | 7814da98a7630811db9fc24db9ae3c81588ca113 (patch) | |
tree | cf35ff1568d89042488808f0105e51901aecd40c /packages/twin | |
parent | d33738e8090ef3c603c826f7c23647844e03f8fc (diff) |
Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
Diffstat (limited to 'packages/twin')
-rw-r--r-- | packages/twin/twin_0.4.6.bb | 1 | ||||
-rw-r--r-- | packages/twin/twutils_0.2.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/twin/twin_0.4.6.bb b/packages/twin/twin_0.4.6.bb index cf40f9cb52..fdb9c25e39 100644 --- a/packages/twin/twin_0.4.6.bb +++ b/packages/twin/twin_0.4.6.bb @@ -1,5 +1,4 @@ DESCRIPTION = "Twin is a text-mode windowing environment: it draws and manages text windows on a text-mode display, like X11 does for graphical windows. It has a built-in window manager and terminal emulator, and can be used as server for remote clients in the same style as X11. It can display on Linux console, on X11 and inside itself." -MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" SECTION = "console/utils" DEPENDS = "coreutils-native" diff --git a/packages/twin/twutils_0.2.bb b/packages/twin/twutils_0.2.bb index f7a1fc3778..b50a080944 100644 --- a/packages/twin/twutils_0.2.bb +++ b/packages/twin/twutils_0.2.bb @@ -1,5 +1,4 @@ DESCRIPTION = "Utilities for twin. Currently contains 'twkalc', a calculator derived from kcalc." -MAINTAINER = "Chris Lord <cwiiis@blueyonder.co.uk>" DEPENDS = "twin" SECTION = "console/utils" |