diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/copyright | 6 | 
2 files changed, 5 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index cd36785..7b49bc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ libonig (5.9.6-2) UNRELEASED; urgency=medium      - Replace homepage to the new loacation.    * debian/watch:      - Move to github. +  * debian/copyright: +    - Replace homepage and upstream mail address.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 06 Jan 2015 11:09:12 +0100 diff --git a/debian/copyright b/debian/copyright index ff2cbb2..44546cd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@  Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 -Source: http://www.geocities.jp/kosako3/oniguruma +Source: https://github.com/kkos/oniguruma  Files: * -Copyright: 2002-2014 K.Kosako  <sndgk393 AT ybb DOT ne DOT jp> +Copyright: 2002-2014 K.Kosako <kkosako0@gmail.com>  License: BSD-2-clause -License: BSD-2-clause   +License: BSD-2-clause    Redistribution and use in source and binary forms, with or without    modification, are permitted provided that the following conditions    are met: | 
