drip: add awwpotato as maintainer

This commit is contained in:
awwpotato 2025-04-23 15:14:04 -07:00
parent fdf8c7731c
commit 97607ae705
No known key found for this signature in database

View file

@ -56,6 +56,9 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.epl10;
homepage = "https://github.com/ninjudd/drip";
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.rybern ];
maintainers = with lib.maintainers; [
rybern
awwpotato
];
};
})