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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fb9276e51d2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3ff9045d43a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 26, 2020

  1. Copy the full SHA
    5ef5d96 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102336 from bb2020/ds

    discrete-scroll: added myself as maintainer
    bhipple authored Nov 1, 2020
    Copy the full SHA
    c3ff904 View commit details
Showing with 7 additions and 0 deletions.
  1. +6 −0 maintainers/maintainer-list.nix
  2. +1 −0 pkgs/os-specific/darwin/discrete-scroll/default.nix
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -9892,4 +9892,10 @@
github = "wilsonehusin";
githubId = 14004487;
};
bb2020 = {
email = "bb2020@users.noreply.github.com";
github = "bb2020";
githubId = 19290397;
name = "Tunc Uzlu";
};
}
1 change: 1 addition & 0 deletions pkgs/os-specific/darwin/discrete-scroll/default.nix
Original file line number Diff line number Diff line change
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emreyolcu/discrete-scroll";
platforms = platforms.darwin;
license = licenses.mit;
maintainers = with lib.maintainers; [ bb2020 ];
};
}