equal
deleted
inserted
replaced
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 |