mlv-app: clarify gpl3 type
This commit is contained in:
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://mlv.app";
|
||||
downloadPage = "https://github.com/ilia3101/MLV-App";
|
||||
changelog = "https://github.com/ilia3101/MLV-App/releases/tag/QTv${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "mlvapp";
|
||||
|
||||
Reference in New Issue
Block a user