ZNC modules: expose meta properly, fix typo in license

gstqt5
Evgeny Egorochkin 2013-11-12 14:43:29 +02:00
parent f685b08d0d
commit 39e9fabae0
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ let
inherit buildPhase;
inherit installPhase;
meta.platforms = stdenv.lib.platforms.unix;
meta = a.meta // { platforms = stdenv.lib.platforms.unix; };
passthru.module_name = module_name;
});
@ -30,7 +30,7 @@ in rec {
description = "Push notification service module for ZNC";
homepage = https://github.com/jreese/znc-push;
repositories.git = https://github.com/jreese/znc-push.git;
license = stdenv.lib.license.mit;
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.offline ];
};
};