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: 194633ced766
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 117ea111df0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 25, 2020

  1. maintainers: Fix swapped longkeyid/fingerprint

    When adding key information for my own GPG keys, I did a small check via
    "mapAttrs (_: a: a.keys) (filterAttrs (_: a: a ? keys) maintainers)" and
    quickly found this entry, which for some reason swapped the longkeyid
    and fingerprint attributes.
    
    Cc: @cab404
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Dec 25, 2020
    Copy the full SHA
    e777dd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge pull request #107602 (fix maintainers-list)

    The commit in question just fixes a swapped entry in
    maintainers-list.nix and given the email reply from @cab404 (which is
    also the affected maintainer record) of "ooof, LGTM", I'd consider the
    pull request as accepted.
    aszlig committed Dec 26, 2020
    Copy the full SHA
    117ea11 View commit details
    Browse the repository at this point in the history