maintainers: drop Sanskarzz

Last nixpkgs activity was October 2024; there have been 2 PRs since then.

Not an org member, so can't be requested for review normally.
This commit is contained in:
Michael Daniels
2025-09-25 22:17:56 -04:00
parent 5364a5ff96
commit 6451da34e9
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -22920,12 +22920,6 @@
email = "hey@sandydoo.me";
matrix = "@sandydoo:matrix.org";
};
Sanskarzz = {
email = "sanskar.gur@gmail.com";
github = "Sanskarzz";
githubId = 92817635;
name = "Sanskar Gurdasani";
};
santosh = {
email = "santoshxshrestha@gmail.com";
name = "Santosh Shrestha";
+1 -1
View File
@@ -60,6 +60,6 @@ buildGoModule rec {
* Asserting operators react (or not) the way they should
'';
mainProgram = "chainsaw";
maintainers = with lib.maintainers; [ Sanskarzz ];
maintainers = with lib.maintainers; [ ];
};
}