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

Commits on Mar 3, 2018

  1. Copy the full SHA
    285fd08 View commit details
  2. Merge pull request #36239 from khumba/remove-app-maintainership

    claws-mail, jitsi: remove myself (khumba) from maintainers
    Mic92 authored Mar 3, 2018
    Copy the full SHA
    41e2891 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/applications/networking/instant-messengers/jitsi/default.nix
  2. +1 −1 pkgs/applications/networking/mailreaders/claws-mail/default.nix
Original file line number Diff line number Diff line change
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
description = "Open Source Video Calls and Chat";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba ndowens ];
maintainers = with maintainers; [ ndowens ];
};
}
Original file line number Diff line number Diff line change
@@ -101,6 +101,6 @@ stdenv.mkDerivation rec {
homepage = http://www.claws-mail.org/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba fpletz globin ];
maintainers = with maintainers; [ fpletz globin ];
};
}