mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
snapper: remove nested with from meta
This commit is contained in:
parent
a761c58c53
commit
97d4d8ab63
@ -96,12 +96,12 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Tool for Linux filesystem snapshot management";
|
description = "Tool for Linux filesystem snapshot management";
|
||||||
homepage = "http://snapper.io";
|
homepage = "http://snapper.io";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
mainProgram = "snapper";
|
mainProgram = "snapper";
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with lib.maintainers; [ markuskowa ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user