maintainers: drop andrewsmith (#444843)

Changed files
+1 -7
maintainers
pkgs
by-name
sq
squawk
-6
maintainers/maintainer-list.nix
···
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";
···
githubId = 106511;
name = "Andrew Kelley";
};
Andy3153 = {
name = "Andrei Dobrete";
email = "andy3153@protonmail.com";
+1 -1
pkgs/by-name/sq/squawk/package.nix
···
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 ];
};
}
···
homepage = "https://squawkhq.com";
changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md";
license = with lib.licenses; [ gpl3Only ];
+
maintainers = with lib.maintainers; [ ];
};
}