lol

maintainers: drop andrewsmith (#444843)

authored by

Yohann Boniface and committed by
GitHub
3c40fcaf 19cab7dd

+1 -7
-6
maintainers/maintainer-list.nix
··· 1642 1642 githubId = 106511; 1643 1643 name = "Andrew Kelley"; 1644 1644 }; 1645 - andrewsmith = { 1646 - email = "andrew@velvet.software"; 1647 - github = "andrewsmith"; 1648 - githubId = 29887; 1649 - name = "Andrew Smith"; 1650 - }; 1651 1645 Andy3153 = { 1652 1646 name = "Andrei Dobrete"; 1653 1647 email = "andy3153@protonmail.com";
+1 -1
pkgs/by-name/sq/squawk/package.nix
··· 49 49 homepage = "https://squawkhq.com"; 50 50 changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md"; 51 51 license = with lib.licenses; [ gpl3Only ]; 52 - maintainers = with lib.maintainers; [ andrewsmith ]; 52 + maintainers = with lib.maintainers; [ ]; 53 53 }; 54 54 }