Unverified Commit 97607ae7 authored by awwpotato's avatar awwpotato
Browse files

drip: add awwpotato as maintainer

parent fdf8c773
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
})