fnott: remove with lib;
This commit is contained in:
parent
6f0c0f24e3
commit
9fe386e214
1 changed files with 4 additions and 4 deletions
|
@ -51,12 +51,12 @@ stdenv.mkDerivation rec {
|
||||||
fcft
|
fcft
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://codeberg.org/dnkl/fnott";
|
homepage = "https://codeberg.org/dnkl/fnott";
|
||||||
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
|
description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
|
||||||
license = with licenses; [ mit zlib ];
|
license = with lib.licenses; [ mit zlib ];
|
||||||
maintainers = with maintainers; [ polykernel ];
|
maintainers = with lib.maintainers; [ polykernel ];
|
||||||
mainProgram = "fnott";
|
mainProgram = "fnott";
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue