metaphone: don't use capital for pname

This commit is contained in:
Patrick Hilhorst 2018-11-05 00:49:17 +01:00
parent e2ea0573fc
commit 2224d42e02
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -1,9 +1,8 @@
{ stdenv, buildPythonPackage, isPy3k, fetchPypi, nose }:
buildPythonPackage rec {
pname = "Metaphone";
pname = "metaphone";
version = "0.6";
name = "metaphone-${version}";
src = fetchPypi {
inherit pname version;