rss-bridge: add maintainer

This commit is contained in:
Mynacol 2023-10-22 22:01:22 +02:00 committed by Yaya
parent c2c5d261ab
commit e8fde3fd7d

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "The RSS feed for websites missing it";
homepage = "https://github.com/RSS-Bridge/rss-bridge";
license = licenses.unlicense;
maintainers = with maintainers; [ dawidsowa ];
maintainers = with maintainers; [ dawidsowa mynacol ];
platforms = platforms.all;
};
}