Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit ea64269

Browse files
committed
Set Feedbin to BackendFlags.FREE_SOFTWARE
Feedbin was released under the MIT license a while ago: https://github.com/feedbin/feedbin/blob/master/LICENSE.md I'm leaving the HOSTED and PAID flags since even though you could technically self-host, I doubt anyone actually would.
1 parent 34cb683 commit ea64269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/backend/feedbin/feedbinInterface.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class FeedReader.FeedbinInterface : Peas.ExtensionBase, FeedServerInterfa
3737

3838
public BackendFlags getFlags()
3939
{
40-
return (BackendFlags.HOSTED | BackendFlags.PROPRIETARY | BackendFlags.PAID);
40+
return (BackendFlags.HOSTED | BackendFlags.FREE_SOFTWARE | BackendFlags.PAID);
4141
}
4242

4343
public string getID()

0 commit comments

Comments
 (0)