Skip to content

Commit

Permalink
Merge pull request #78028 from ivan/unmaintain-some-19.09
Browse files Browse the repository at this point in the history
[19.09] Remove myself from maintainers on some packages
  • Loading branch information
worldofpeace committed Jan 20, 2020
2 parents d14cea0 + 14361f7 commit 383ad09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/qolibri/default.nix
Expand Up @@ -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
Expand Up @@ -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 [];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/scream-receivers/default.nix
Expand Up @@ -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; [ ];
};
}

0 comments on commit 383ad09

Please sign in to comment.