diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 10:52:22 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 11:50:23 +0000 |
commit | bc8d6e36cec9e14fa1ddfbbd4d54ba4666fe8908 (patch) | |
tree | 955f8a435eeb73fb37aec384d356149931611625 | |
parent | Update debian/copyright (diff) | |
download | w3m-bc8d6e36cec9e14fa1ddfbbd4d54ba4666fe8908.tar.gz w3m-bc8d6e36cec9e14fa1ddfbbd4d54ba4666fe8908.zip |
Typo fix for Homepage
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 62905f4..308a8a2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: standard Maintainer: Tatsuya Kinoshita <tats@debian.org> Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org> Build-Depends: libgc-dev, libncurses5-dev, libgpmg1-dev [linux-any], zlib1g-dev, libssl-dev, debhelper (>= 7), gawk | awk, libimlib2-dev, pkg-config, autotools-dev (>= 20100122) -Homepage: http://sourceforge.net/projects/w3m +Homepage: http://sourceforge.net/projects/w3m/ Vcs-Git: git://anonscm.debian.org/collab-maint/w3m.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/w3m.git Standards-Version: 3.9.5 diff --git a/debian/copyright b/debian/copyright index 886af7b..2fe4b4e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: w3m -Source: http://sourceforge.net/projects/w3m +Source: http://sourceforge.net/projects/w3m/ Files: * Copyright: 1994-2002, Akinori Ito |