We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with lib
1 parent 99e1037 commit fbae2ecCopy full SHA for fbae2ec
pkgs/by-name/no/notify-osd/package.nix
@@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
39
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
40
'';
41
42
- meta = with lib; {
+ meta = {
43
description = "Daemon that displays passive pop-up notifications";
44
mainProgram = "notify-osd";
45
homepage = "https://launchpad.net/notify-osd";
46
- license = licenses.gpl3;
47
- maintainers = [ maintainers.bodil ];
48
- platforms = platforms.linux;
+ license = lib.licenses.gpl3;
+ maintainers = with lib.maintainers; [ bodil ];
+ platforms = lib.platforms.linux;
49
};
50
})
0 commit comments