cinnamon.warpinator: license fix
This commit is contained in:
parent
71d0f580fb
commit
9b9d0fd5d5
@ -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…
x
Reference in New Issue
Block a user