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: 22091c912a38
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5370f3ebf504
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 1, 2019

  1. .github/CODEOWNERS: remove @ryantm from haskell

    I'm happy to keep helping out with Haskell infrastructure where I can,
    but I don't have a good system for handling the accidental codeowner
    pings caused by target branch switches.
    ryantm committed Mar 1, 2019
    1
    Copy the full SHA
    afa525b View commit details

Commits on Mar 2, 2019

  1. Merge pull request #56564 from ryantm/remove-ryantm-haskell-codeowners

    .github/CODEOWNERS: remove @ryantm from haskell
    ryantm authored Mar 2, 2019
    Copy the full SHA
    5370f3e View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 .github/CODEOWNERS
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -58,11 +58,11 @@
/doc/languages-frameworks/python.section.md @FRidh

# Haskell
/pkgs/development/compilers/ghc @peti @ryantm @basvandijk
/pkgs/development/haskell-modules @peti @ryantm @basvandijk
/pkgs/development/haskell-modules/default.nix @peti @ryantm @basvandijk
/pkgs/development/haskell-modules/generic-builder.nix @peti @ryantm @basvandijk
/pkgs/development/haskell-modules/hoogle.nix @peti @ryantm @basvandijk
/pkgs/development/compilers/ghc @peti @basvandijk
/pkgs/development/haskell-modules @peti @basvandijk
/pkgs/development/haskell-modules/default.nix @peti @basvandijk
/pkgs/development/haskell-modules/generic-builder.nix @peti @basvandijk
/pkgs/development/haskell-modules/hoogle.nix @peti @basvandijk

# Perl
/pkgs/development/interpreters/perl @volth