rss-bridge: add maintainer

This commit is contained in:
Mynacol
2023-10-22 22:19:46 +02:00
committed by Yaya
parent c2c5d261ab
commit e8fde3fd7d
+1 -1
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;
};
}