Update URL where needed.
This commit is contained in:
parent
63f19861d5
commit
dd1a1d08a0
2 changed files with 4 additions and 6 deletions
8
debian/copyright
vendored
8
debian/copyright
vendored
|
@ -1,17 +1,15 @@
|
||||||
This package was debianized by Glenn ROLLAND <glenux@glenux.net> on
|
This package was debianized by Glenn ROLLAND <glenux@glenux.net> on
|
||||||
Sat, 15 Mar 2008 17:11:00 +0100.
|
Sat, 15 Mar 2008 17:11:00 +0100.
|
||||||
|
|
||||||
It was downloaded from <url://example.com>
|
It was downloaded from http://glenux.github.io/qasim
|
||||||
|
|
||||||
Upstream Author(s):
|
Upstream Author(s):
|
||||||
|
|
||||||
<put author's name and email here>
|
Glenn Y. Rolland <glenux@glenux.net>
|
||||||
<likewise for another author>
|
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
<Copyright (C) YYYY Name OfAuthor>
|
Copyright (C) 2008-2014 Glenn Y. Rolland
|
||||||
<likewise for another author>
|
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.description = %q{Qasim is a front-end for sshfs, the filesystem
|
spec.description = %q{Qasim is a front-end for sshfs, the filesystem
|
||||||
client based on fuse and ssh. It provides automating and global settings
|
client based on fuse and ssh. It provides automating and global settings
|
||||||
control for sshfs mounts.}
|
control for sshfs mounts.}
|
||||||
spec.homepage = ""
|
spec.homepage = "http://glenux.github.io/qasim"
|
||||||
spec.license = "GPL-3"
|
spec.license = "GPL-3"
|
||||||
|
|
||||||
spec.files = `git ls-files`.split($/)
|
spec.files = `git ls-files`.split($/)
|
||||||
|
|
Loading…
Reference in a new issue