zbackup: fix "meta.meta" typo
This commit is contained in:
parent
7b86c8012b
commit
4868b27044
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A versatile deduplicating backup tool";
|
description = "A versatile deduplicating backup tool";
|
||||||
homepage = "http://zbackup.org/";
|
homepage = "http://zbackup.org/";
|
||||||
meta.platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user