maintainers: drop andrewsmith (#444843)

This commit is contained in:
Yohann Boniface
2025-09-29 21:20:43 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -1642,12 +1642,6 @@
githubId = 106511;
name = "Andrew Kelley";
};
andrewsmith = {
email = "andrew@velvet.software";
github = "andrewsmith";
githubId = 29887;
name = "Andrew Smith";
};
Andy3153 = {
name = "Andrei Dobrete";
email = "andy3153@protonmail.com";
+1 -1
View File
@@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://squawkhq.com";
changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md";
license = with lib.licenses; [ gpl3Only ];
maintainers = with lib.maintainers; [ andrewsmith ];
maintainers = with lib.maintainers; [ ];
};
}