diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ EXECUTEABLE := rhrdlibrary LIBS := "code.helsinki.at/rhrd-go/rddb" \ "github.com/ziutek/glib" \ - "github.com/ziutek/gst" + "github.com/revmischa/gst" .PHONY: getlibs updatelibs vet format build clean distclean |