Merge pull request #97457 from mkg20001/fixeval
cinnamon.warpinator: license fix
This commit is contained in:
commit
c623040a62
|
@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/linuxmint/warpinator";
|
homepage = "https://github.com/linuxmint/warpinator";
|
||||||
description = "Share files across the LAN";
|
description = "Share files across the LAN";
|
||||||
license = licenses.gpl3plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.mkg20001 ];
|
maintainers = [ maintainers.mkg20001 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue