Skip to content

Commit fbae2ec

Browse files
committed
notify-osd: remove fat with lib
1 parent 99e1037 commit fbae2ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/no/notify-osd/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
3939
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
4040
'';
4141

42-
meta = with lib; {
42+
meta = {
4343
description = "Daemon that displays passive pop-up notifications";
4444
mainProgram = "notify-osd";
4545
homepage = "https://launchpad.net/notify-osd";
46-
license = licenses.gpl3;
47-
maintainers = [ maintainers.bodil ];
48-
platforms = platforms.linux;
46+
license = lib.licenses.gpl3;
47+
maintainers = with lib.maintainers; [ bodil ];
48+
platforms = lib.platforms.linux;
4949
};
5050
})

0 commit comments

Comments
 (0)