cinnamon.warpinator: license fix
This commit is contained in:
parent
71d0f580fb
commit
9b9d0fd5d5
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue