Commit 7de8fbbc authored by Jan Tojnar's avatar Jan Tojnar
Browse files

libgdamm: Add bot-wxt1221 as a maintainer

The glom package is the only reverse dependency.
parent bf35bb19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
    description = "C++ bindings for libgda";
    homepage = "https://www.gnome-db.org/";
    license = licenses.lgpl21Plus;
    maintainers = [ ];
    maintainers = [ maintainers.bot-wxt1221 ];
    platforms = platforms.linux;
  };
}