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
commit c623040a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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