fnott: remove with lib;

This commit is contained in:
éclairevoyant 2023-11-26 11:09:17 -05:00
parent 6f0c0f24e3
commit 9fe386e214
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -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;
}; };
} }