alure: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-11-03 15:13:36 -03:00
parent 0074a2fc5a
commit 51b6a91ad4
+1
View File
@@ -28,5 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/kcat/alure";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ iedame ];
};
})