pkgs/qmailanalog/default.nix
changeset 4 ec24a8508b37
parent 3 bcda365e15cf
equal deleted inserted replaced
3:bcda365e15cf 4:ec24a8508b37
    28   meta = {
    28   meta = {
    29     description = "Collection of tools to help analyze qmail's activity record";
    29     description = "Collection of tools to help analyze qmail's activity record";
    30     homepage = "${web}/${pkg}.html";
    30     homepage = "${web}/${pkg}.html";
    31     license = stdenv.lib.licenses.publicDomain.shortName;
    31     license = stdenv.lib.licenses.publicDomain.shortName;
    32     platforms = stdenv.lib.platforms.gnu;
    32     platforms = stdenv.lib.platforms.gnu;
    33     #maintainers = [ stdenv.lib.maintainers.tzeman ];
    33     maintainers = [ stdenv.lib.maintainers.tzeman ];
    34   };
    34   };
    35 }
    35 }
    36 
    36 
    37 # vim: et ts=2 sw=2 
    37 # vim: et ts=2 sw=2