cinnamon.warpinator: license fix

This commit is contained in:
Maciej Krüger 2020-09-08 17:05:42 +02:00
parent 71d0f580fb
commit 9b9d0fd5d5
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

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