Unverified Commit fb375fde authored by wxt's avatar wxt
Browse files

glom: add bot-wxt1221 as maintainers

parent 0aa7e8c9
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -150,12 +150,16 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    description = "Easy-to-use database designer and user interface";
    homepage = "http://www.glom.org/";
    license = with lib.licenses; [
      lgpl2
      gpl2
    ];
    maintainers = lib.teams.gnome.members;
    homepage = "https://gitlab.gnome.org/Archive/glom";
    maintainers =
      lib.teams.gnome.members
      ++ (with lib.maintainers; [
        bot-wxt1221
      ]);
    platforms = lib.platforms.linux;
  };
})