Merge pull request #97457 from mkg20001/fixeval

cinnamon.warpinator: license fix
This commit is contained in:
WORLDofPEACE
2020-09-08 11:07:33 -04:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; {
homepage = "https://github.com/linuxmint/warpinator";
description = "Share files across the LAN";
license = licenses.gpl3plus;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.mkg20001 ];
};