clipper: update homepage
This commit is contained in:
parent
e8ba17ffa8
commit
13c2b67018
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
|
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
|
||||||
and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
|
and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.angusj.com/delphi/clipper.php;
|
homepage = https://sourceforge.net/projects/polyclipping;
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
maintainers = with maintainers; [ mpickering ];
|
maintainers = with maintainers; [ mpickering ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
|
Loading…
Reference in New Issue