Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5cab8f2f1dab
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 92ae2999986b
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 12, 2019

  1. nixos/hylafax: add 'yarny' (= myself) as maintainer

    I forgot to do this when I submitted this module with
    commit 12fa95f.
    Yarny0 committed Apr 12, 2019
    Copy the full SHA
    1438f7b View commit details
    Browse the repository at this point in the history
  2. nixos/hylafax: fix faxq ModemGroup setting

    The manpage claims that the "limit" in the setting::
      <name>:[<limit>:]<regex>
    is optional and defaults to zero, implying no limit.
    However, tests confirmed that it actually isn't optional.
    
    Without limit, the setting ``any:.*`` places
    outbound jobs on infinite hold if no particular
    modem was specified on the sendfax command line.
    The new default value ``any:0:.*`` from
    this commit uses any available modem to
    send jobs if not modem was given to sendfax.
    Yarny0 committed Apr 12, 2019
    Copy the full SHA
    e57156b View commit details
    Browse the repository at this point in the history
  3. hylafaxplus: update meta

    * move meta attrset into curly brackets
    * update homepage (finally supports https)
    * add downloadPage
    * add longDescription
    Yarny0 committed Apr 12, 2019
    Copy the full SHA
    729ce1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59081 from Yarny0/hylafax-updates

    HylaFAX: fix ModemGroup, also minor metadata updates
    infinisil committed Apr 12, 2019
    Copy the full SHA
    92ae299 View commit details
    Browse the repository at this point in the history