Unverified Commit 6bbb12cd authored by purrpurr's avatar purrpurr Committed by GitHub
Browse files

Give the user more info about the licensing



Co-authored-by: default avatarnicoo <nicoo@mur.at>
parent c7a82d15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildLua {
  meta = with lib; {
    description = "Seeking and hybrid fastforwarding like VHS";
    homepage = "https://github.com/po5/evafast";
    license = licenses.unfree; # no explicit licensing information available
    license = licenses.unfree; # no license; see https://github.com/po5/evafast/issues/15
    maintainers = with lib.maintainers; [ purrpurrn ];
  };
}