Commit 04d9a298 authored by Greg Hellings's avatar Greg Hellings
Browse files

kiwix: add greg as maintainer

parent 41462bcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ mkDerivation rec {
    homepage = "https://kiwix.org";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = [ ];
    maintainers = with maintainers; [ greg ];
  };
}