Commit d0580c2d authored by paumr's avatar paumr
Browse files

archi: added paumr as maintainer

parent 493f2e15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.mit;
    platforms = platforms.linux ++ platforms.darwin;
    maintainers = with maintainers; [ earldouglas ];
    maintainers = with maintainers; [ earldouglas paumr ];
  };
}