Commit bf35bb19 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

libepc: Add bot-wxt1221 as a maintainer

The glom package is the only reverse dependency.
parent 8bf08dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Easy Publish and Consume Library";
    homepage = "https://gitlab.gnome.org/Archive/libepc";
    license = licenses.lgpl21Plus;
    maintainers = [ ];
    maintainers = [ maintainers.bot-wxt1221 ];
    platforms = platforms.linux;
  };
})