notify-osd: remove fat with lib

This commit is contained in:
โทสตัล
2025-01-06 22:36:45 +07:00
parent 99e1037b35
commit fbae2ec8ad
+4 -4
View File
@@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = with lib; {
meta = {
description = "Daemon that displays passive pop-up notifications";
mainProgram = "notify-osd";
homepage = "https://launchpad.net/notify-osd";
license = licenses.gpl3;
maintainers = [ maintainers.bodil ];
platforms = platforms.linux;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ bodil ];
platforms = lib.platforms.linux;
};
})