libepc: Add bot-wxt1221 as a maintainer

The glom package is the only reverse dependency.
This commit is contained in:
Jan Tojnar
2025-01-24 01:58:55 +01:00
parent 8bf08dfca3
commit bf35bb19b7
+1 -1
View File
@@ -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;
};
})