mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
Remove trailing slash from homepage URL.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
---
|
||||
|
||||
[GSmartControl](https://gsmartcontrol.shaduri.dev/)
|
||||
[GSmartControl](https://gsmartcontrol.shaduri.dev)
|
||||
is a graphical user interface for smartctl (from [smartmontools](https://www.smartmontools.org/)
|
||||
package), which is a tool for
|
||||
querying and controlling [SMART](https://en.wikipedia.org/wiki/S.M.A.R.T.)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Source: gsmartcontrol
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Homepage: https://gsmartcontrol.shaduri.dev/
|
||||
Homepage: https://gsmartcontrol.shaduri.dev
|
||||
Maintainer: Alexander Shaduri <ashaduri@gmail.com>
|
||||
Build-Depends: debhelper (>= 5), cmake,
|
||||
libpcre3-dev, libgtkmm-3.0-dev (>= 3.4.0)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
This package was debianized by Alexander Shaduri <ashaduri@gmail.com> on
|
||||
Sat, 15 Nov 2008 00:12:04 +0400.
|
||||
|
||||
It was downloaded from <https://gsmartcontrol.shaduri.dev/>
|
||||
It was downloaded from <https://gsmartcontrol.shaduri.dev>
|
||||
|
||||
Copyright:
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ Binary: gsmartcontrol
|
||||
Architecture: any
|
||||
Version: git+nmu1
|
||||
Maintainer: Alexander Shaduri <ashaduri@gmail.com>
|
||||
Homepage: https://gsmartcontrol.shaduri.dev/
|
||||
Homepage: https://gsmartcontrol.shaduri.dev
|
||||
Standards-Version: 3.7.3
|
||||
Build-Depends: cmake (>= 3.12.0), debhelper (>= 5), libgtkmm-3.0-dev (>= 3.4.0), libpcre3-dev, gettext, build-essential, brz, libjpeg62-turbo-dev
|
||||
|
||||
@@ -4,6 +4,6 @@ Binary: gsmartcontrol
|
||||
Architecture: any
|
||||
Version: git+nmu1
|
||||
Maintainer: Alexander Shaduri <ashaduri@gmail.com>
|
||||
Homepage: https://gsmartcontrol.shaduri.dev/
|
||||
Homepage: https://gsmartcontrol.shaduri.dev
|
||||
Standards-Version: 3.7.3
|
||||
Build-Depends: cmake (>= 3.12.0), debhelper (>= 5), libgtkmm-3.0-dev (>= 3.4.0), libpcre3-dev, gettext, build-essential
|
||||
|
||||
@@ -11,7 +11,7 @@ Name: gsmartcontrol
|
||||
Version: git
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
Url: https://gsmartcontrol.shaduri.dev/
|
||||
Url: https://gsmartcontrol.shaduri.dev
|
||||
Vendor: Alexander Shaduri <ashaduri@gmail.com>
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
|
||||
@@ -6,7 +6,7 @@ a# Czech translations for gsmartcontrol package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gsmartcontrol 2.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev/"
|
||||
"Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev"
|
||||
"Support\n"
|
||||
"POT-Creation-Date: 2021-08-09 01:51+0400\n"
|
||||
"PO-Revision-Date: 2021-08-09 15:22+0400\n"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gsmartcontrol 2.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev/"
|
||||
"Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev"
|
||||
"Support\n"
|
||||
"POT-Creation-Date: 2018-02-05 01:51+0400\n"
|
||||
"PO-Revision-Date: 2018-02-05 01:22+0400\n"
|
||||
|
||||
@@ -33,7 +33,7 @@ GscAboutDialog::GscAboutDialog(BaseObjectType* gtkcobj, Glib::RefPtr<Gtk::Builde
|
||||
set_version(BuildEnv::package_version());
|
||||
|
||||
// set these properties here (after setting hooks) to make the links work.
|
||||
set_website("https://gsmartcontrol.shaduri.dev/");
|
||||
set_website("https://gsmartcontrol.shaduri.dev");
|
||||
|
||||
// set_license_type(Gtk::LICENSE_GPL_3_0_ONLY); // this overrides set_license()
|
||||
// set_license(hz::data_file_get_contents("doc", "LICENSE.txt", 1*1024*1024)); // 1M
|
||||
|
||||
Reference in New Issue
Block a user