lol

treewide: remove myself as maintainer

authored by

Sondre Aasemoen and committed by
Alyssa Ross
7b9be38c 0d80c058

+4 -13
-9
maintainers/maintainer-list.nix
··· 12065 12065 githubId = 9720532; 12066 12066 name = "Sergei K"; 12067 12067 }; 12068 - sondr3 = { 12069 - email = "nilsen.sondre@gmail.com"; 12070 - github = "sondr3"; 12071 - githubId = 2280539; 12072 - name = "Sondre Nilsen"; 12073 - keys = [{ 12074 - fingerprint = "0EC3 FA89 EFBA B421 F82E 40B0 2567 6BCB FFAD 76B1"; 12075 - }]; 12076 - }; 12077 12068 sophrosyne = { 12078 12069 email = "joshuaortiz@tutanota.com"; 12079 12070 github = "sophrosyne97";
+1 -1
pkgs/applications/version-management/git-and-tools/git-ignore/default.nix
··· 31 31 description = "Quickly and easily fetch .gitignore templates from gitignore.io"; 32 32 homepage = "https://github.com/sondr3/git-ignore"; 33 33 license = licenses.gpl3Plus; 34 - maintainers = [ maintainers.sondr3 ]; 34 + maintainers = [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/jsonlines/default.nix
··· 22 22 meta = with lib; { 23 23 description = "Python library to simplify working with jsonlines and ndjson data"; 24 24 homepage = "https://github.com/wbolster/jsonlines"; 25 - maintainers = with maintainers; [ sondr3 ]; 25 + maintainers = with maintainers; [ ]; 26 26 license = licenses.bsd3; 27 27 }; 28 28 }
+1 -1
pkgs/development/tools/rust/cargo-outdated/default.nix
··· 33 33 homepage = "https://github.com/kbknapp/cargo-outdated"; 34 34 changelog = "https://github.com/kbknapp/cargo-outdated/blob/${version}/CHANGELOG.md"; 35 35 license = with licenses; [ asl20 /* or */ mit ]; 36 - maintainers = with maintainers; [ sondr3 ivan ]; 36 + maintainers = with maintainers; [ ivan ]; 37 37 }; 38 38 }
+1 -1
pkgs/tools/system/jump/default.nix
··· 36 36 ''; 37 37 homepage = "https://github.com/gsamokovarov/jump"; 38 38 license = licenses.mit; 39 - maintainers = with maintainers; [ sondr3 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }