libgumbo: rename to gumbo

This commit is contained in:
Yegor Timoshenko
2018-01-21 13:29:45 +00:00
parent 94276da9e9
commit 26c6f43119
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libtool }:
stdenv.mkDerivation rec {
name = "libgumbo-${version}";
name = "gumbo-${version}";
version = "0.10.1";
src = fetchFromGitHub {