treewide: remove myself as maintainer

This commit is contained in:
Sondre Aasemoen 2022-07-30 18:57:56 +02:00 committed by Alyssa Ross
parent 0d80c05833
commit 7b9be38c72
5 changed files with 4 additions and 13 deletions

View file

@ -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";

View file

@ -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 = [ ];
};
}

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

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