From 735d47d25bfb53b00a2ba97f996ba6fca0a30d44 Mon Sep 17 00:00:00 2001 From: Horst Rutter Date: Wed, 19 Feb 2020 14:14:29 +0100 Subject: [PATCH] Update repo url for pdfcpu (#2962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e55d7d5..cd77a97f 100644 --- a/README.md +++ b/README.md @@ -698,7 +698,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [notify](https://github.com/rjeczalik/notify) - File system event notification library with simple API, similar to os/signal. * [opc](https://github.com/qmuntal/opc) - Load Open Packaging Conventions (OPC) files for Go. * [parquet](https://github.com/parsyl/parquet) - Read and write [parquet](https://parquet.apache.org) files. -* [pdfcpu](https://github.com/hhrutter/pdfcpu) - PDF processor. +* [pdfcpu](https://github.com/pdfcpu/pdfcpu) - PDF processor. * [skywalker](https://github.com/dixonwille/skywalker) - Package to allow one to concurrently go through a filesystem with ease. * [stl](https://gitlab.com/russoj88/stl) - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading. * [tarfs](https://github.com/posener/tarfs) - Implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files.