pcaudiolib: fix homepage

This commit is contained in:
Mario Rodas 2020-12-27 04:21:00 -05:00
parent 8520ec0059
commit c9e2ce3d83

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "1.1"; version = "1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rhdunn"; owner = "espeak-ng";
repo = "pcaudiolib"; repo = "pcaudiolib";
rev = version; rev = version;
sha256 = "0c55hlqqh0m7bcb3nlgv1s4a22s5bgczr1cakjh3767rjb10khi0"; sha256 = "0c55hlqqh0m7bcb3nlgv1s4a22s5bgczr1cakjh3767rjb10khi0";
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Provides a C API to different audio devices"; description = "Provides a C API to different audio devices";
homepage = "https://github.com/rhdunn/pcaudiolib"; homepage = "https://github.com/espeak-ng/pcaudiolib";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ aske ]; maintainers = with maintainers; [ aske ];
platforms = platforms.all; platforms = platforms.all;