Give the user more info about the licensing

Co-authored-by: nicoo <nicoo@mur.at>
This commit is contained in:
purrpurr 2024-05-05 21:11:44 +02:00 committed by GitHub
parent c7a82d15bf
commit 6bbb12cd87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];
};
}