0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #322386 from katexochen/jonringer/rm

treewide: remove jonringer as package maintainer and code owner
This commit is contained in:
Julien Malka 2024-06-25 17:04:27 +02:00 committed by GitHub
commit 9d1a59b2e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
123 changed files with 107 additions and 136 deletions

View file

@ -620,6 +620,6 @@ in {
};
meta = {
maintainers = with lib.maintainers; [ patternspandemic jonringer ];
maintainers = with lib.maintainers; [ patternspandemic ];
};
}

View file

@ -51,5 +51,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ jonringer ];
meta.maintainers = with lib.maintainers; [ ];
}