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

Commits on Jan 19, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    ljharb Jordan Harband
    Copy the full SHA
    14361f7 View commit details

Commits on Jan 20, 2020

  1. Merge pull request #78028 from ivan/unmaintain-some-19.09

    [19.09] Remove myself from maintainers on some packages
    worldofpeace authored Jan 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    383ad09 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 pkgs/applications/misc/qolibri/default.nix
  2. +1 −1 pkgs/applications/networking/browsers/chromium/browser.nix
  3. +1 −1 pkgs/misc/scream-receivers/default.nix
2 changes: 1 addition & 1 deletion pkgs/applications/misc/qolibri/default.nix
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ mkDerivation {
homepage = https://github.com/ludios/qolibri;
description = "EPWING reader for viewing Japanese dictionaries";
platforms = platforms.linux;
maintainers = with maintainers; [ ivan ];
maintainers = with maintainers; [ ];
license = licenses.gpl2;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/chromium/browser.nix
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ mkChromiumDerivation (base: rec {
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ bendlas ivan ];
maintainers = with maintainers; [ bendlas ];
license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
2 changes: 1 addition & 1 deletion pkgs/misc/scream-receivers/default.nix
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/duncanthrax/scream";
license = licenses.mspl;
platforms = platforms.linux;
maintainers = [ maintainers.ivan ];
maintainers = with maintainers; [ ];
};
}