drip: add awwpotato as maintainer

This commit is contained in:
awwpotato
2025-04-24 08:47:57 -07:00
parent fdf8c7731c
commit 97607ae705
+4 -1
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
];
};
})