Merge pull request #22016 from rasendubi/w3m

w3m: fix package name
This commit is contained in:
Michael Raskin 2017-01-21 18:22:09 +00:00 committed by GitHub
commit 80c1340b87

View File

@ -15,7 +15,7 @@ assert mouseSupport -> gpm-ncurses != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "w3m-v0.5.3+git20161120";
name = "w3m-0.5.3+git20161120";
src = fetchFromGitHub {
owner = "tats";