rss-bridge: add maintainer

authored by Mynacol and committed by Yaya e8fde3fd c2c5d261

+1 -1
+1 -1
pkgs/servers/web-apps/rss-bridge/default.nix
··· 24 24 description = "The RSS feed for websites missing it"; 25 25 homepage = "https://github.com/RSS-Bridge/rss-bridge"; 26 26 license = licenses.unlicense; 27 - maintainers = with maintainers; [ dawidsowa ]; 27 + maintainers = with maintainers; [ dawidsowa mynacol ]; 28 28 platforms = platforms.all; 29 29 }; 30 30 }