maintainers: drop Sanskarzz (#445656)

This commit is contained in:
Yohann Boniface
2025-10-02 21:19:17 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -22931,12 +22931,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; [ ];
};
}