treewide: remove myself as maintainer

main
Sondre Aasemoen 2 years ago committed by Alyssa Ross
parent 0d80c05833
commit 7b9be38c72
  1. 9
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/version-management/git-and-tools/git-ignore/default.nix
  3. 2
      pkgs/development/python-modules/jsonlines/default.nix
  4. 2
      pkgs/development/tools/rust/cargo-outdated/default.nix
  5. 2
      pkgs/tools/system/jump/default.nix

@ -12065,15 +12065,6 @@
githubId = 9720532;
name = "Sergei K";
};
sondr3 = {
email = "nilsen.sondre@gmail.com";
github = "sondr3";
githubId = 2280539;
name = "Sondre Nilsen";
keys = [{
fingerprint = "0EC3 FA89 EFBA B421 F82E 40B0 2567 6BCB FFAD 76B1";
}];
};
sophrosyne = {
email = "joshuaortiz@tutanota.com";
github = "sophrosyne97";

@ -31,6 +31,6 @@ buildRustPackage rec {
description = "Quickly and easily fetch .gitignore templates from gitignore.io";
homepage = "https://github.com/sondr3/git-ignore";
license = licenses.gpl3Plus;
maintainers = [ maintainers.sondr3 ];
maintainers = [ ];
};
}

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to simplify working with jsonlines and ndjson data";
homepage = "https://github.com/wbolster/jsonlines";
maintainers = with maintainers; [ sondr3 ];
maintainers = with maintainers; [ ];
license = licenses.bsd3;
};
}

@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kbknapp/cargo-outdated";
changelog = "https://github.com/kbknapp/cargo-outdated/blob/${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ sondr3 ivan ];
maintainers = with maintainers; [ ivan ];
};
}

@ -36,6 +36,6 @@ buildGoModule rec {
'';
homepage = "https://github.com/gsamokovarov/jump";
license = licenses.mit;
maintainers = with maintainers; [ sondr3 ];
maintainers = with maintainers; [ ];
};
}

Loading…
Cancel
Save