drip: add awwpotato as maintainer

awwpotato 97607ae7 fdf8c773

+4 -1
+4 -1
pkgs/by-name/dr/drip/package.nix
··· 56 56 license = lib.licenses.epl10; 57 57 homepage = "https://github.com/ninjudd/drip"; 58 58 platforms = lib.platforms.linux; 59 - maintainers = [ lib.maintainers.rybern ]; 59 + maintainers = with lib.maintainers; [ 60 + rybern 61 + awwpotato 62 + ]; 60 63 }; 61 64 })