vpaint: fix the metadata

This commit is contained in:
Gabriel Arazas 2022-01-16 18:19:53 +08:00
parent ea6fe6084b
commit e152559256

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Experimental vector graphics and 3D animation editor"; description = "Experimental vector graphics and 3D animation editor";
homepage = "https://www.vpaint.org/"; homepage = "https://www.vpaint.org/";
license = licenses.apl20; license = licenses.asl20;
}; };
} }